Sam Toyer
Sam Toyer
Wrapper: https://gist.github.com/qxcv/e8641342c102c2aa714c9caeca724101 It's just `from_gym.py` with a few minor changes to support gymnasium. Tested to work with Minigrid. (edit: actually to support minigrid you also need to fix a bug...
I didn't touch `example.py`. Instead I used `train.py` in `dreamerv3/`, which is configured via `configs.yaml` (I'm using dreamer as a baseline and didn't want to rewrite all this config stuff...
The task names should be in the directory names. This is what the directory looks like for me: ``` tests/data/processed/demos/ ├── atari │ └── PongNoFrameskip-v4 │ └── demos.tgz ├── dm_control...
Hi @bchen0, where did you download the data from? I might have accidentally made the archiver skip symlinks, or something like that, in which case I should re-upload it! The...
Okay, I checked those files and it looks like I accidentally uploaded a symlink instead of the real procgen demos. I'll make a separate archive for the missing procgen files...
I uploaded the missing Procgen demos to Box: https://berkeley.app.box.com/s/8yo3yyyh0h2e1ay5iehbnyg4g0cm0lpe
(Aside: https://github.com/HumanCompatibleAI/il-representations/pull/18/commits/f0907c5d3d22ccd2d72960164e360486ca4c372d is a huge batch of (mostly automatic) formatting changes. This PR should therefore be merged after pretrain_n_adapt, so that we can redo that big autoformatting commit.)
Thanks for alerting us to this. I've been cleaning up the code, and I think I broke the link by moving some files around. I'll fix the instructions and reply...
I've uploaded a new demo file (same actual trajectories but compressed to be 10x smaller) and updated everything to use Docker. The docs are updated too: https://il-representations.readthedocs.io/en/latest/reproduction_scripts.html (you may need...
Could you please try [re-downloading again](https://drive.google.com/drive/u/1/folders/1TtadELS449ciefeyCoohYS4bOX3PrS1O)? It looks like the original file on Google Drive was a bit smaller than it should have been, so I re-uploaded it. I also...