Skip to content

GuhFeng/RL-Representation-Complexity

Repository files navigation

Rethinking Model-based, Policy-based, and Value-based Reinforcement Learning via the Lens of Representation Complexity

This is the repository for the paper Rethinking Model-based, Policy-based, and Value-based Reinforcement Learning via the Lens of Representation Complexity.

We empirically examine the representation complexity of model, optimal policy, and optimal value functions in various simulated MuJoCo environments.


Figure 1: Main results on various MuJoCo environments.

Installation

Set up the environment.

conda env create -f env.yaml  

Usage

Train the oracle policy model by TD3.

bash ./train_TD3.sh 

Generate the dataset by the policies.

bash ./rollout.sh

Compute the representation error.

bash ./repr_error.sh

Acknowledgement

This repository was built upon TD3.

Citation

If you find the content of this repo useful, please consider cite it as follows:

@article{feng2023rethinking,
  title={Rethinking Model-based, Policy-based, and Value-based Reinforcement Learning via the Lens of Representation Complexity},
  author={Feng, Guhao and Zhong, Han},
  journal={arXiv preprint arXiv:2312.17248},
  year={2023}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published