All Projects → Torchrl → Similar Projects or Alternatives

1154 Open source projects that are alternatives of or similar to Torchrl

wolpertinger ddpg
Wolpertinger Training with DDPG (Pytorch), Deep Reinforcement Learning in Large Discrete Action Spaces. Multi-GPU/Singer-GPU/CPU compatible.
Stars: ✭ 44 (-51.11%)
Mutual labels:  gym, ddpg
Cleanrl
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features
Stars: ✭ 349 (+287.78%)
Mutual labels:  gym, reinforcement-learning
Genrl
A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL
Stars: ✭ 356 (+295.56%)
Mutual labels:  gym, reinforcement-learning
Torch Ac
Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO
Stars: ✭ 70 (-22.22%)
Mutual labels:  reinforcement-learning, ppo
Ml In Tf
Get started with Machine Learning in TensorFlow with a selection of good reads and implemented examples!
Stars: ✭ 45 (-50%)
Mutual labels:  reinforcement-learning, dqn
Doudizhu
AI斗地主
Stars: ✭ 149 (+65.56%)
Mutual labels:  reinforcement-learning, dqn
Robotics Rl Srl
S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics
Stars: ✭ 453 (+403.33%)
Mutual labels:  gym, reinforcement-learning
Rl Book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
Stars: ✭ 464 (+415.56%)
Mutual labels:  gym, reinforcement-learning
Snake Ai Reinforcement
AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).
Stars: ✭ 123 (+36.67%)
Mutual labels:  reinforcement-learning, dqn
Deep Reinforcement Learning For Automated Stock Trading Ensemble Strategy Icaif 2020
Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy. ICAIF 2020. Please star.
Stars: ✭ 518 (+475.56%)
Mutual labels:  ppo, ddpg
Deepdrive
Deepdrive is a simulator that allows anyone with a PC to push the state-of-the-art in self-driving
Stars: ✭ 628 (+597.78%)
Mutual labels:  gym, reinforcement-learning
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+596.67%)
Mutual labels:  reinforcement-learning, dqn
Rl Baselines3 Zoo
A collection of pre-trained RL agents using Stable Baselines3, training and hyperparameter optimization included.
Stars: ✭ 161 (+78.89%)
Mutual labels:  gym, reinforcement-learning
Pytorch Ddpg Naf
Implementation of algorithms for continuous control (DDPG and NAF).
Stars: ✭ 254 (+182.22%)
Mutual labels:  reinforcement-learning, ddpg
Super Mario Bros A3c Pytorch
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros
Stars: ✭ 775 (+761.11%)
Mutual labels:  gym, reinforcement-learning
Tensorlayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers 🔥
Stars: ✭ 6,796 (+7451.11%)
Mutual labels:  reinforcement-learning, dqn
Deeprl Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Stars: ✭ 748 (+731.11%)
Mutual labels:  reinforcement-learning, ppo
Paac.pytorch
Pytorch implementation of the PAAC algorithm presented in Efficient Parallel Methods for Deep Reinforcement Learning https://arxiv.org/abs/1705.04862
Stars: ✭ 22 (-75.56%)
Mutual labels:  gym, reinforcement-learning
Rlenv.directory
Explore and find reinforcement learning environments in a list of 150+ open source environments.
Stars: ✭ 79 (-12.22%)
Mutual labels:  gym, reinforcement-learning
Deep traffic
MIT DeepTraffic top 2% solution (75.01 mph) 🚗.
Stars: ✭ 47 (-47.78%)
Mutual labels:  reinforcement-learning, dqn
LWDRLC
Lightweight deep RL Libraray for continuous control.
Stars: ✭ 14 (-84.44%)
Mutual labels:  ddpg, ppo
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (-71.11%)
Mutual labels:  dqn, ddpg
Rainbow Is All You Need
Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow
Stars: ✭ 938 (+942.22%)
Mutual labels:  reinforcement-learning, dqn
Rl Baselines Zoo
A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
Stars: ✭ 839 (+832.22%)
Mutual labels:  gym, reinforcement-learning
Chainerrl
ChainerRL is a deep reinforcement learning library built on top of Chainer.
Stars: ✭ 931 (+934.44%)
Mutual labels:  reinforcement-learning, dqn
Rl algos
Reinforcement Learning Algorithms
Stars: ✭ 14 (-84.44%)
Mutual labels:  gym, reinforcement-learning
Drlkit
A High Level Python Deep Reinforcement Learning library. Great for beginners, prototyping and quickly comparing algorithms
Stars: ✭ 29 (-67.78%)
Mutual labels:  gym, reinforcement-learning
Books
Awesome Books
Stars: ✭ 66 (-26.67%)
Mutual labels:  algorithm
Biped trajectory optimization
Implementing trajectory optimization on bipedal system
Stars: ✭ 45 (-50%)
Mutual labels:  reinforcement-learning
Algorithmic Toolbox San Diego
✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics
Stars: ✭ 78 (-13.33%)
Mutual labels:  algorithm
Setting Up Carla Reinforcement Learning
Reinforcement Learning Environment for CARLA Autonomous Driving Simulator
Stars: ✭ 67 (-25.56%)
Mutual labels:  reinforcement-learning
Async Deeprl
Playing Atari games with TensorFlow implementation of Asynchronous Deep Q-Learning
Stars: ✭ 44 (-51.11%)
Mutual labels:  reinforcement-learning
Wyhash Rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
Stars: ✭ 44 (-51.11%)
Mutual labels:  algorithm
Mono React
Create React from zero series
Stars: ✭ 67 (-25.56%)
Mutual labels:  algorithm
Orbit
Open source collection of Reinforcement Learning Environments.
Stars: ✭ 44 (-51.11%)
Mutual labels:  reinforcement-learning
Algorithms Explanation
All Algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
Stars: ✭ 1,243 (+1281.11%)
Mutual labels:  algorithm
Codinginterviews2 Bypython
此项目是《剑指offer》第二版里算法面试题的Python3实现版本,作为一本经典书籍,可以时常拿出来看一看、翻一翻、记一记。同时也是为了Python程序员能够更好的通过公司的技术面试,拿到心仪的offer。
Stars: ✭ 78 (-13.33%)
Mutual labels:  algorithm
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+1034.44%)
Mutual labels:  algorithm
Gym Gridworlds
Gridworld environments for OpenAI gym.
Stars: ✭ 43 (-52.22%)
Mutual labels:  reinforcement-learning
Tf2.0 reinforcement learning
Basic reinforcement learning implementation with tensorflow version 2.0
Stars: ✭ 43 (-52.22%)
Mutual labels:  reinforcement-learning
Halfrost Field
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
Stars: ✭ 10,414 (+11471.11%)
Mutual labels:  algorithm
Bullet3
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
Stars: ✭ 8,714 (+9582.22%)
Mutual labels:  reinforcement-learning
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 78 (-13.33%)
Mutual labels:  algorithm
Advancedeast
AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.https://github.com/huoyijie/raspberrypi-car
Stars: ✭ 1,139 (+1165.56%)
Mutual labels:  algorithm
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+10032.22%)
Mutual labels:  algorithm
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-53.33%)
Mutual labels:  reinforcement-learning
Personae
📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.
Stars: ✭ 1,140 (+1166.67%)
Mutual labels:  reinforcement-learning
Awesome Mlss
List of summer schools in machine learning + related fields across the globe
Stars: ✭ 1,001 (+1012.22%)
Mutual labels:  reinforcement-learning
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+1311.11%)
Mutual labels:  algorithm
Algorithms And Data Structures
Algorithms and Data Structures implemented in Java
Stars: ✭ 41 (-54.44%)
Mutual labels:  algorithm
Jsprit
jsprit is a java based, open source toolkit for solving rich vehicle routing problems
Stars: ✭ 1,208 (+1242.22%)
Mutual labels:  algorithm
Outlace.github.io
Machine learning and data science blog.
Stars: ✭ 65 (-27.78%)
Mutual labels:  reinforcement-learning
Qualia2.0
Qualia is a deep learning framework deeply integrated with automatic differentiation and dynamic graphing with CUDA acceleration. Qualia was built from scratch.
Stars: ✭ 41 (-54.44%)
Mutual labels:  reinforcement-learning
Simple Cryptography
Scripts that illustrate basic cryptography concepts based on Coursera Standford Cryptography I course and more.
Stars: ✭ 40 (-55.56%)
Mutual labels:  algorithm
Drl papernotes
Notes and comments about Deep Reinforcement Learning papers
Stars: ✭ 65 (-27.78%)
Mutual labels:  reinforcement-learning
Ios Crosswords Generator
A simple algorithm for generating crosswords written on Swift. Based on Python Crossword Puzzle Generator.
Stars: ✭ 40 (-55.56%)
Mutual labels:  algorithm
Math Advanced Data Structures And Algorithms
Math, Advanced Data Structures & Algorithms - Please check before use
Stars: ✭ 40 (-55.56%)
Mutual labels:  algorithm
Treeqn
Stars: ✭ 77 (-14.44%)
Mutual labels:  reinforcement-learning
On Policy
This is the official implementation of Multi-Agent PPO.
Stars: ✭ 63 (-30%)
Mutual labels:  ppo
Blocks
Blocks World -- Simulator, Code, and Models (Misra et al. EMNLP 2017)
Stars: ✭ 39 (-56.67%)
Mutual labels:  reinforcement-learning
121-180 of 1154 similar projects