mohammadasghari / UC-Berkeley-CS-294-Deep-RLLinks
Implementation of Deep RL Algorithms for UC Berkeley's CS 294-112 (Fall 2018): Deep Reinforcement Learning
☆22Updated 6 years ago
Alternatives and similar repositories for UC-Berkeley-CS-294-Deep-RL
Users that are interested in UC-Berkeley-CS-294-Deep-RL are comparing it to the libraries listed below
Sorting:
- Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch fra…☆140Updated 2 years ago
- Pytorch starter code for UC Berkeley's cs285 assignments☆72Updated 3 years ago
- My solutions to UC Berkeley CS285 (originally CS294-112, deeprlcourse) Fall 2019 assignments☆117Updated 2 years ago
- My Solutions of Assignments of CS234: Reinforcement Learning Winter 2019☆169Updated 2 years ago
- Pytorch solutions for UC Berkeley's cs285 assignments☆140Updated 3 years ago
- ☆101Updated 5 years ago
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2021)☆144Updated 3 years ago
- Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch☆21Updated 4 years ago
- Berkeley CS285 2019 homework solution☆31Updated 2 years ago
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2020)☆250Updated 4 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
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2022)☆125Updated 2 years ago
- My solutions to CS285 2019 Fall of UC Berkeley☆14Updated 2 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆78Updated 4 years ago
- Deep Q-Network (DQN) and Fitted Q-Iteration (FQI) tutorial for RL Summer School 2023☆76Updated 10 months ago
- 🕹️ CS234: Reinforcement Learning, Winter 2019 | YouTube videos 👉☆309Updated 2 years ago
- Stanford CS234: Reinforcement Learning Winter 2020☆19Updated 2 years ago
- From search engines, to science, to robotics, this reposity is meant to showcase the use of reinforcement learning in the world..☆253Updated last year
- Implementation of the Deep Deterministic Policy Gradient and Hindsight Experience Replay.☆101Updated 3 months ago
- Implementation of fundamental concepts and algorithms for reinforcement learning☆15Updated 5 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆226Updated 3 years ago
- ☆184Updated 3 years ago
- OpenAI Gym environment solutions using Deep Reinforcement Learning.☆79Updated 3 years ago
- Stanford CS234: Reinforcement Learning assignments and practices☆57Updated last year
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆69Updated 3 months ago
- ☆418Updated 2 years ago
- Implementations of Deep Reinforcement Learning Algorithms and Bench-marking with PyTorch☆140Updated 5 years ago
- Implementations of Coursera Reinforcement Learning Specialization