Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Recurrent Model-Free RL Can Be a Strong Baseline for Many POMDPs

About

Many problems in RL, such as meta-RL, robust RL, generalization in RL, and temporal credit assignment, can be cast as POMDPs. In theory, simply augmenting model-free RL with memory-based architectures, such as recurrent neural networks, provides a general approach to solving all types of POMDPs. However, prior work has found that such recurrent model-free RL methods tend to perform worse than more specialized algorithms that are designed for specific types of POMDPs. This paper revisits this claim. We find that careful architecture and hyperparameter decisions can often yield a recurrent model-free implementation that performs on par with (and occasionally substantially better than) more sophisticated recent techniques. We compare to 21 environments from 6 prior specialized methods and find that our implementation achieves greater sample efficiency and asymptotic performance than these methods on 18/21 environments. We also release a simple and efficient implementation of recurrent model-free RL for future work to use as a baseline for POMDPs.

Tianwei Ni, Benjamin Eysenbach, Ruslan Salakhutdinov• 2021

Related benchmarks

TaskDatasetResultRank
Continuous ControlHopper
Average Reward2.13e+6
15
Reinforcement LearningClassic POMDP benchmark with gravity changes v0 (1.5M time steps)
Ant BLT P (v0)2.10e+3
9
Robotic ControlAnt-V
Average Return1.02e+6
6
Robotic ControlWalker-P
Average Return1.12e+6
6
Robotic ControlWalker V
Average Return5.87e+4
6
Robotic ControlAnt-P
Average Return1.05e+5
6
Robotic ControlHopper V
Average Return1.50e+5
6
LocomotionPyBullet HalfCheetah-P (test)
Score37
5
LocomotionPyBullet Hopper-P (test)
Score59.54
5
LocomotionPyBullet Walker-P (test)
Score24.89
5
Showing 10 of 16 rows

Other info

Follow for update