The Wayback Machine - https://web.archive.org/web/20210817123242/https://github.com/topics/dqn
Skip to content
#

dqn

Here are 738 public repositories matching this topic...

tianshou
youkaichao
youkaichao commented Jul 9, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • RL algorithm bug
    • documentation request (i.e. "X is missing from the documentation.")
    • new feature request
  • I have visited the [source website], and in particular read the [known issues]
  • I have searched through the [issue tracker] and [issue categories] for duplicates
  • [ ]
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:

This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)

  • Updated Jan 16, 2021
  • Python

Improve this page

Add a description, image, and links to the dqn 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 dqn topic, visit your repo's landing page and select "manage topics."

Learn more