noreward-rl
noreward-rl copied to clipboard
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 to 5.4.0. Release notes Sourced from ujson's releases. 5.4.0 Added Add support for arbitrary size integers (#548) @JustAnotherArchivist Fixed CVE-2022-31116: Replace wchar_t string decoding implementation with...
Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 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...
Bumps [twisted](https://github.com/twisted/twisted) from 17.5.0 to 22.4.0. Release notes Sourced from twisted's releases. Twisted 22.4.0 (2022-04-11) Features twisted.python.failure.Failure tracebacks now capture module information, improving compatibility with the Raven Sentry client. (#7796)...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 0.12.0rc1 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 [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 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.1.0 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...
refactoring code with For Else which is more pythonic, concise and efficient; how do you think this change which has practical value?
Hi, Upon running `bash models/download_models.sh` it returns an ERROR 404 : File not found. From what it looks like, it attempts to download the file from the link ([https://people.eecs.berkeley.edu/~pathak/noreward-rl/resources/models.tar.gz](https://people.eecs.berkeley.edu/~pathak/noreward-rl/resources/models.tar.gz)) which...
What python version do we need to install?
Hi Researchers of Curiosity Learning! Can you please update the source code into Tensorflow 2.0 so that it is understandable? Thanks! - OrdinaryHacker101