Official implementation of Deterministic Uncertainty Propagation for Improved Model-Based Offline Reinforcement Learning
To install all the required dependencies:
- Install MuJoCo engine, which can be downloaded from here.
- Install Python packages listed in
requirements.txtusingpip install -r requirements.txt. You should specify the version ofmujoco-pyinrequirements.txtdepending on the version of MuJoCo engine you have installed. - Manually download and install
d4rlpackage from here.
Just run train.py with specifying the task name. Other hyperparameters are automatically loaded from config.
python train.py --task [TASKNAME]