xtma / pytorch_car_caringLinks
Reinforcement Learning for Gym CarRacing-v0 with PyTorch
☆159Updated 6 years ago
Alternatives and similar repositories for pytorch_car_caring
Users that are interested in pytorch_car_caring are comparing it to the libraries listed below
Sorting:
- An improvement of CarRacing-v0 from OpenAI Gym in order to make the environment complex enough for Hierarchical Reinforcement Learning☆75Updated last year
- Multi-Agent DRiving Simulator☆92Updated 5 years ago
- An OpenAI Gym environment for multi-agent car racing based on Gym's original car racing environment.☆88Updated 4 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆186Updated last year
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 5 years ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆236Updated 5 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆294Updated 4 years ago
- Maximum Entropy and Maximum Causal Entropy Inverse Reinforcement Learning Implementation in Python☆307Updated last year
- Implementation of Linear Inverse Reinforcement Learning Algorithm (IRL) on Mountain Car Environment.☆31Updated 5 years ago
- Gym environments and agents for autonomous driving.☆103Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆332Updated 4 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆214Updated 2 years ago
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2021)☆145Updated 3 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.