Open houcharlie opened 4 years ago
Running ls -lh on the checkpoint directory gives the following:
bash-4.2$ ls -lh
total 1.3M
-rw-r--r--. 1 charlieh charlieh_unix 1.3M Jan 29 05:32 checkpoint-11223
-rw-r--r--. 1 charlieh charlieh_unix 186 Jan 29 05:32 checkpoint-11223.tune_metadata
This seems correct to me; the checkpoint seems to have enough data in it.
You need to pass the policy id to get policy, otherwise it tries to get the "default" policy which may not exist in multiagent.
What is your question?
Question in the title. If I run this code:
Then I get the following output
So it is clearly loading something, since it correctly loads the state that I saved from what I can tell. However, the object returned from trainer.get_policy() is None. Am I doing something wrong?
Thanks for all the help!