Skip to content
Snippets Groups Projects
Commit 2e038224 authored by roberta_raileanu's avatar roberta_raileanu
Browse files

Note on potential error.

parent b9707438
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ polybeast - just override the `actor_device` argument: ...@@ -41,6 +41,8 @@ polybeast - just override the `actor_device` argument:
`python polyhydra.py actor_device=cpu` `python polyhydra.py actor_device=cpu`
NOTE: if you get a "Too many open files" error, try: `ulimit -Sn 10000`.
## Making a submission ## Making a submission
In the output directory of your trained model, you should find two files, `checkpoint.tar` and `config.yaml`. Add both of them to your submission repo. Then change the `MODEL_DIR` variable in `agents/torchbeast_agent.py` to point to the directory where these files are located. In the output directory of your trained model, you should find two files, `checkpoint.tar` and `config.yaml`. Add both of them to your submission repo. Then change the `MODEL_DIR` variable in `agents/torchbeast_agent.py` to point to the directory where these files are located.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment