go-explore
go-explore copied to clipboard
Code for Go-Explore: a New Approach for Hard-Exploration Problems
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
As title, not sure what `mask` means in the [GRUPolicy](https://github.com/uber-research/go-explore/blob/240056852514ffc39f62d32ae7590a39fd1814b9/policy_based/atari_reset/atari_reset/policies.py#L150). Any hint about the what `mask` looks like is appreciated. Thanks!
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
The current license for this code, which prohibits commercial use, is unfamiliar. Is it based on any well-known licenses? Uber's recent practices seem to emphasize publishing via the Apache 2.0...
Bumps [horovod](https://github.com/horovod/horovod) from 0.19.1 to 0.24.0. Release notes Sourced from horovod's releases. Elastic mode improvements, MXNet async dependency engine, fixes for latest PyTorch and TensorFlow versions Added Ray: Added elastic...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.3 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
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...