1,096 skills found · Page 1 of 37
dennybritz / Reinforcement LearningImplementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
AI4Finance-Foundation / FinRLFinRL®: Financial Reinforcement Learning. 🔥
udacity / Deep Reinforcement LearningRepo for the Deep Reinforcement Learning Nanodegree program
datamllab / RlcardReinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
rll / Rllabrllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
AI4Finance-Foundation / FinRL TradingFinRL-X: An AI-Native Modular Infrastructure for Quantitative Trading
AminHP / Gym AnytradingThe most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
openai / RoboschoolDEPRECATED: Open-source software for robot simulation, integrated with OpenAI Gym.
sfujim / TD3Author's PyTorch implementation of TD3 for OpenAI gym tasks
notadamking / RLTraderA cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
pathak22 / Noreward Rl[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
vietnh1009 / Super Mario Bros PPO PytorchProximal Policy Optimization (PPO) algorithm for Super Mario Bros
vmayoral / Basic Reinforcement LearningAn introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
araffin / Rl Baselines ZooA collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
robotlearning123 / Awesome Isaac GymA curated list of awesome NVIDIA Issac Gym frameworks, papers, software, and resources
MyoHub / MyosuiteMyoSuite is a collection of environments/tasks to be solved by musculoskeletal models simulated with the MuJoCo physics engine and wrapped in the OpenAI gym API.
nicrusso7 / Rex GymOpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Kismuz / BtgymScalable, event-driven, deep-learning-friendly backtesting library
ZhiqingXiao / Rl BookSource codes for the book "Reinforcement Learning: Theory and Python Implementation"
coreylynch / Async RlTensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"