andy-psai / MountainCar_ActorCriticLinks
TD Advantage Actor-Critic RL algorithm
☆15Updated 6 years ago
Alternatives and similar repositories for MountainCar_ActorCritic
Users that are interested in MountainCar_ActorCritic are comparing it to the libraries listed below
Sorting:
- Prioritized Experience Replay (PER) implementation in PyTorch☆352Updated 5 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆262Updated 5 years ago
- Tensorflow implementation of a Deep Distributed Distributional Deterministic Policy Gradients (D4PG) network, trained on OpenAI Gym envir…☆126Updated 5 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆509Updated 2 years ago
- Lightweight multi-agent gridworld Gym environment☆210Updated 2 years ago
- This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.☆437Updated 3 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆292Updated 4 years ago
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆372Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments