Skip to content

Commit

Permalink
Config Load (#72)
Browse files Browse the repository at this point in the history
* Config command now takes a data path and auto loads the require config files - this breaks prior usage of the config command
  • Loading branch information
beardyFace authored Nov 8, 2024
1 parent 70f3a68 commit 49d86fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main():

configurations = parser.parse_args()
env_config = configurations["env_config"]
training_config = configurations["training_config"]
training_config = configurations["train_config"]
alg_config = configurations["algorithm_config"]

env_factory = EnvironmentFactory()
Expand Down

0 comments on commit 49d86fe

Please sign in to comment.