atari-reset icon indicating copy to clipboard operation
atari-reset copied to clipboard

Code for the blog post "Learning Montezuma’s Revenge from a Single Demonstration"

Results 4 atari-reset issues
Sort by recently updated
recently updated
newest added

I am running the code from https://github.com/uber-research/atari-reset, but since you have not enabled issues there I write here instead. When I try to run your robustification code with the default...

Hi, Congratulations on your results! I have a couple of questions about your code: 1. How much time did the training on 128 GPUs take? 2. Is there any chance...

Hello, due to the large GPU resource needed to reproduce the experiment, it is difficult for us to check the performance in paper and make some relative research about your...

When I run `python3 train_atari.py --game=Pong` It crashes with this callstack: ``` Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run...