reinforcement-learning-an-introduction
RL implementation
Implementation of key concepts and algorithms in reinforcement learning using Python
Python Implementation of Reinforcement Learning: An Introduction
14k stars
554 watching
5k forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
artificial-intelligencereinforcement-learning
Related projects:
Repository | Description | Stars |
---|---|---|
rlcode/reinforcement-learning | A collection of clean and minimal examples for various reinforcement learning algorithms | 3,373 |
carla-simulator/reinforcement-learning | An implementation of an actor-critic reinforcement learning algorithm in Python. | 243 |
chrisconlan/algorithmic-trading-with-python | Provides a framework for building and testing algorithmic trading strategies in Python | 2,747 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,121 |
kzl/decision-transformer | A Python implementation of a reinforcement learning algorithm that uses sequence modeling to solve complex decision-making tasks | 2,399 |
hubfire/muti-branch-ddpg-carla | An implementation of a reinforcement learning algorithm using multi-branch architecture and Deep Deterministic Policy Gradients (DDPG) to control autonomous vehicles in simulation environments. | 79 |
thu-ml/tianshou | A high-performance reinforcement learning library with modular interfaces and user-friendly APIs for building deep learning agents. | 7,968 |
tju-drl-lab/ai-optimizer | A next-generation deep reinforcement learning toolkit with libraries for multiagent, self-supervised, offline, and transfer/reinforcement learning | 4,755 |
thealgorithms/python | A collection of algorithm implementations in Python | 194,305 |
prakhar1989/algorithms | An implementation of various algorithms and data structures in Python. | 3,053 |
packtpublishing/hands-on-intelligent-agents-with-openai-gym | Teaching software developers to build intelligent agents using deep reinforcement learning and OpenAI Gym | 373 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,640 |
thedimlebowski/trading-gym | A reinforcement learning framework for developing trading strategies | 550 |
openai/baselines | High-quality implementations of reinforcement learning algorithms for research and development purposes | 15,810 |
kismuz/btgym | A framework for running reinforcement learning experiments in real-world algorithmic trading environments | 988 |