genrl icon indicating copy to clipboard operation
genrl copied to clipboard

A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL

Results 63 genrl issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 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 [numpy](https://github.com/numpy/numpy) from 1.18.2 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

### Update [numpy](https://pypi.org/project/numpy) from **1.18.2** to **1.22.3**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/numpy - Homepage: https://www.numpy.org ### Update...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.0 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 [pillow](https://github.com/python-pillow/Pillow) from 7.1.0 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

Hi, I have torch 1.9.0, there is a conflict when I tried to install genrl, can you help me with it? ``` ERROR: Cannot install genrl==0.0.1 and genrl==0.0.2 because these...

1. add reset of env and 'ep_rew' after each evaluation episode ends 2. fix parameter passing of 'eval_ep' in evaluate func

Adding Financial and Jester bandit datasets from paper Riquelme et al., "Deep Bayesian Bandits Showdown", 2018

Hello, I'm running into an interesting issue where self._max_episode_len is always [] in /environments/time_limit.py System: Windows 10 (most recent update) GPU: GTX1080 CPU: Core i7 Relevant Code: `if __name__ ==...

Wrt #162 - [X] On Policy agents - [ ] Off policy agents