The Wayback Machine - https://web.archive.org/web/20210725090439/https://github.com/topics/rl-algorithms
Skip to content
#

rl-algorithms

Here are 33 public repositories matching this topic...

ergsfe
ergsfe commented Apr 11, 2021

The docstring for tf_py_environment.__getattr__ indicates that certain PyEnvironment methods might be incompatible with TF.

def __getattr__(self, name: Text) -> Any:
    """Enables access attributes of the wrapped PyEnvironment.
    Use with caution since methods of the PyEnvironment can be incompatible
    with TF.
    Args:
      name: Name of the attribute.
    Returns:
deep-reinforcement-learning

This is a repository for Coursera Reinforcement Learning Course Notebook ,, these consist of my solutions. Feel Free to take a look , if you are stuck in Course and suggest corrections, if you find any mistake. Also Useful if you are looking for an implementation of RL-Algorithms. ** NOTE THESE NOTEBOOKS DON'T WORK AS THEY DO NOT CONTAIN UTILITY FILES WHICH ARE AVAILABLE ONLY ON COURSERA.
  • Updated May 21, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the rl-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rl-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more