* Add per and modify etc

* Replace pre-commit-config.yaml and add pre-commit hook in .git

* Modify .gitignore

* Modify .gitignore

* Modify buffer and code

* Modify replay buffer and per

* Modify .gitignore
This commit is contained in:
Kyunghwan Kim
2019-02-16 17:30:12 +09:00
committed by GitHub
parent 7f4756a1d4
commit ecb42d30d2
13 changed files with 750 additions and 55 deletions
+13
View File
@@ -0,0 +1,13 @@
repos:
- repo: local
hooks:
- id: format
name: format
language: system
entry: make format
types: [python]
- id: test
name: test
language: system
entry: make test
types: [python]