#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:
@@ -72,9 +72,9 @@ primaite = "primaite.cli:app"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
line_length = 79
|
||||
line_length = 120
|
||||
force_sort_within_sections = "False"
|
||||
order_by_type = "False"
|
||||
|
||||
[tool.black]
|
||||
line-length = 79
|
||||
line-length = 120
|
||||
|
||||
Reference in New Issue
Block a user