8000 GitHub - ALRhub/DIME
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ALRhub/DIME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Code for the DIME paper submission at ICML2025.

DIME: Diffusion-Based Maximum Entropy Reinforcement Learning

This repository accompanies the paper "DIME: Diffusion-Based Maximum Entropy Reinforcement Learning" published at ICML 2025.

The file setup.sh provides a convenient way to set up the conda environment and install the required packages automatically via

chmod +x setup.sh
./setup.sh

After installation is finished, the conda environment can be activated, and the code can be run using

python run_dime.py

Specific parameters can be set in the terminal such as the learning environment using hydra's multirun function

python run_dime.py --multirun env_name=dm_control/humanoid-run

Detailed hyperparameter specifications are available in the config directory.

Acknowledgements

Portions of the project are adapted from other repositories:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0