go-explore
go-explore copied to clipboard
Code for Go-Explore: a New Approach for Hard-Exploration Problems
I have installed the requirements using `pip install -r requirements.txt` and `git clone https://github.com/uber-research/atari-reset atari_reset`. I then run `./phase1_downscaled.sh breakout . 500`. I get the following error: ``` Traceback (most...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Update README to cite paper
Hi! I implemented the go-explore idea on a toy problem and it seems to work very well. I modified the algorithm with a counter and a threshold. Is this implementation...
Hi, i was trying to expand go-explore for other games (gym and retro), but ran into the problem of facepixels. As far as I understand you use it to identify...
Hi, Does the number of `max_compute_steps` in [phase1_montezuma_no_domain.sh ](https://github.com/uber-research/go-explore/blob/master/phase1_montezuma_no_domain.sh) refer to the number of game frames seen in the exploration phase or just the number of training frames? Thank you!
Bumps [joblib](https://github.com/joblib/joblib) from 0.14.1 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.3 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...
Dear Ecoffet, As an MSc student, I am currently working on implementing the explore method in the MDPO algorithm, as described in your paper titled "Mirror Descent Policy Optimization" (https://arxiv.org/pdf/2005.09814.pdf)....
Hi, I am trying to run Phase 2 (e.g., phase2_atari_test.sh) but I realized that there is no 'atari_reset' directory in the folder 'robustified'. Am I missing something or is the...