Skip to content

Commit

Permalink
Scripts: Fixed more bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 committed Jul 27, 2023
1 parent 48ac940 commit 35b51a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/load_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
name=conf['wandb']['evaluation_registry']['artifact_name'],
type=conf['wandb']['evaluation_registry']['artifact_type'])
artifact.add_dir(
env.simulator._env_working_dir_parent,
env.experiment_path,
name='evaluation_output/')

run.log_artifact(artifact)
Expand Down
2 changes: 1 addition & 1 deletion scripts/train_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
name='training_output/')
if conf.get('evaluation'):
artifact.add_dir(
eval_env.simulator.experiment_path,
eval_env.experiment_path,
name='evaluation_output/')
run.log_artifact(artifact)

Expand Down

0 comments on commit 35b51a7

Please sign in to comment.