How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A deep Q learning demonstration using Google Tensorflow
The main features of nivwusquorum/tensorflow-deepq are: Algorithm Implementations, Reinforcement Learning Frameworks.
Open-source alternatives to nivwusquorum/tensorflow-deepq include: openai/baselines — Baselines is a comprehensive suite of frameworks for reinforcement learning algorithm implementation, imitation… resibots/blackdrops — Code for the Black-DROPS algorithm: "Black-Box Data-efficient Policy Search for Robotics", IROS 2017/ICRA 2018. chainer/chainerrl — ChainerRL is a deep reinforcement learning library built on top of Chainer. instadeepai/jumanji — 🕹️ A diverse suite of scalable reinforcement learning environments in JAX. kaixhin/atari — Persistent advantage learning dueling double DQN for the Arcade Learning Environment. rlcode/reinforcement-learning — Minimal and Clean Reinforcement Learning Examples.
🕹️ A diverse suite of scalable reinforcement learning environments in JAX
Persistent advantage learning dueling double DQN for the Arcade Learning Environment
ChainerRL is a deep reinforcement learning library built on top of Chainer.
Baselines is a comprehensive suite of frameworks for reinforcement learning algorithm implementation, imitation learning, and training orchestration. It provides a library of standardized learning algorithms used to benchmark and replicate research results, alongside a deep learning policy framework for constructing neural network architectures such as multi-layer perceptrons, convolutional networks, and long short-term memory networks. The project includes a specialized imitation learning toolkit that enables agents to mimic expert behavior through behavior cloning and generative adversarial