noreward-rl icon indicating copy to clipboard operation
noreward-rl copied to clipboard

[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning

Results 39 noreward-rl issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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)...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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