#917 - Fixed the RLlib integration
- Dropped support for overriding the num_episodes and num_steps at the agent level. It's just not needed and will add complexity when overriding and writing output files.
This commit is contained in:
@@ -13,7 +13,7 @@ repos:
|
||||
rev: 23.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
args: [ "--line-length=79" ]
|
||||
args: [ "--line-length=120" ]
|
||||
additional_dependencies:
|
||||
- jupyter
|
||||
- repo: http://github.com/pycqa/isort
|
||||
|
||||
Reference in New Issue
Block a user