kinalmehta / Reinforcement-Learning-NotebooksLinks
Single notebook implementation of Deep RL algorithms
☆33Updated 4 years ago
Alternatives and similar repositories for Reinforcement-Learning-Notebooks
Users that are interested in Reinforcement-Learning-Notebooks are comparing it to the libraries listed below
Sorting:
- From search engines, to science, to robotics, this reposity is meant to showcase the use of reinforcement learning in the world..☆252Updated last year
- The RL discord wiki☆255Updated 4 years ago
- JAX library for MARL research☆88Updated last year
- Pytorch starter code for UC Berkeley's cs285 assignments☆72Updated 3 years ago
- ☆101Updated last year
- My Solutions of Assignments of CS234: Reinforcement Learning Winter 2019☆169Updated 2 years ago
- TorchingUp provides minimal implementations of common Reinforcement Learning algorithms written in PyTorch. It is meant to complement Ope…☆52Updated 2 years ago
- Loose taxonomy of reinforcement learning algorithms☆184Updated 5 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆136Updated 9 months ago
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆205Updated 2 years ago
- Gridworld environments for OpenAI gym.☆79Updated last year
- Implementations of robust Dual Curriculum Design (DCD) algorithms for unsupervised environment design.☆133Updated last year
- Lightweight multi-agent gridworld Gym environment☆209Updated last year
- [NeurIPS 2022] Open source code for reusing prior computational work in RL.☆97Updated 2 years ago
- Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch fra…☆139Updated 2 years ago
- A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for l…☆155Updated 4 years ago
- Summary of key papers in deep reinforcement learning. Heavily based on OpenAI SpinningUp.