Skip to content

facebookresearch/MRSQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

MRS.Q: The Surprising Difficulty of Search in Model-Based Reinforcement Learning

Code for the MRS.Q algorithm from The Surprising Difficulty of Search in Model-Based Reinforcement Learning by Wei-Di Chang, Mikael Henaff, Brandon Amos, Gregory Dudek, and Scott Fujimoto.

Usage

Benchmark is designated by a prefix (Gym-, Dmc-, HumanoidBench-) followed by the original environment name. A complete list of environments are contained in MRSQ/utils.py.

Example usage:

cd MRSQ
python main.py --env Gym-HalfCheetah-v4
python main.py --env Dmc-quadruped-walk

Code Structure

Results

Results are formatted in human-readable .txt files under /results. There is a code snippet in MRSQ/utils.py to process the .txt files into a dictionary of arrays.

License

MRSQ is licensed under the CC BY-NC 4.0 license, as found in the LICENSE file.

About

MRS.Q is a model-based reinforcement learning algorithm that selects actions with search.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages