discrete-action-space
There are 9 repositories under discrete-action-space topic.
BY571/Upside-Down-Reinforcement-Learning
Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published by Jürgen Schmidhuber.
BY571/SAC_discrete
PyTorch implementation of the discrete Soft-Actor-Critic algorithm.
cubrink/mujoco-2.1-rl-project
Implementing Deep Reinforcement Learning Algorithms in Python for use in the MuJoCo Physics Simulator
mbar0075/Advanced-Reinforcement-Learning
Deliverables relating to the Advanced Reinforcement Learning University Unit
naivoder/DQN
Pytorch implementation of Deep Q Network (DQN) learning with vectorized environments
naivoder/DDQN
Pytorch implementation of Double Deep Q Network (DDQN) learning with vectorized environments
naivoder/DiscretePPO
Pytorch implementation of Proximal Policy Optimization (PPO) for discrete action spaces
naivoder/REINFORCE
PyTorch implementation of Monte Carlo policy gradient reinforcement
SwamiKannan/Mountain-Car-v0
Mountain Car v0 using Q-Learning