Skip to content

Commit

Permalink
feat: add small policy test script
Browse files Browse the repository at this point in the history
This commit adds a small example script which can be used when a policy
is not loading.
  • Loading branch information
rickstaa committed Feb 16, 2022
1 parent 02688b3 commit c701d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/test_saved_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)
import gym

AGENT_FOLDER = "/home/ricks/Development/bayesian-learning-control/data/staa_lac_panda_reach/staa_lac_panda_reach_s12345/torch_save" # noqa: E501
AGENT_FOLDER = "/home/ricks/Development/bayesian-learning-control/data/2022-02-09_staa_lac_panda_reach/2022-02-09_23-21-17-staa_lac_panda_reach_s33453459/torch_save" # noqa: E501

if __name__ == "__main__":
# STEP 1a: Try to load the policy and environment
Expand Down

0 comments on commit c701d69

Please sign in to comment.