Exploring reinforcement learning techniques for discrete and continuous control tasks in the MuJoCo environment
Vaddadi Sai Rahul, Debajyoti Chakraborty

TL;DR
This paper benchmarks various reinforcement learning algorithms, including Q-learning, SARSA, and DDPG, in the MuJoCo environment for continuous control tasks, highlighting their performance differences and hyper-parameter tuning effects.
Contribution
It provides a comparative analysis of value-based and policy gradient methods in MuJoCo, introducing a new DDPG design and evaluating hyper-parameter tuning impacts.
Findings
Q-learning outperforms SARSA over many episodes
DDPG achieves better performance in fewer episodes
Hyper-parameter tuning can improve model efficiency
Abstract
We leverage the fast physics simulator, MuJoCo to run tasks in a continuous control environment and reveal details like the observation space, action space, rewards, etc. for each task. We benchmark value-based methods for continuous control by comparing Q-learning and SARSA through a discretization approach, and using them as baselines, progressively moving into one of the state-of-the-art deep policy gradient method DDPG. Over a large number of episodes, Qlearning outscored SARSA, but DDPG outperformed both in a small number of episodes. Lastly, we also fine-tuned the model hyper-parameters expecting to squeeze more performance but using lesser time and resources. We anticipated that the new design for DDPG would vastly improve performance, yet after only a few episodes, we were able to achieve decent average rewards. We expect to improve the performance provided adequate time and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Reinforcement Learning in Robotics · Adversarial Robustness in Machine Learning
MethodsDense Connections · Weight Decay · *Communicated@Fast*How Do I Communicate to Expedia? · Q-Learning · Convolution · Batch Normalization · Sarsa · Experience Replay · Adam · Deep Deterministic Policy Gradient
