Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffusion-Based Approximate Value Functions

This repository contains the code for the work on Diffusion-Based Approximate Value Functions. It contains the implementations for the experiments on SparseMountainCar-v0 and SparseHalfCheetah-v0. To use these environments, you must first install them.

SparseMountainCar-v0

To reproduce the experiments on SparseMountainCar-v0, you should simply proceed by installing the requirements in any environment:

python setup.py install

After which, you can run the experiments:

cd SparseMountainCar
python main.py

SparseHalfCheetah-v0

To reproduce the experiments on SparseHalfCheetah-v0, you first need to install OpenAI's Baselines. After which you should install the supplementary dependencies in the same environment as the one you installed the Baselines's dependencies:

. your_virtual_env/bin/activate
python setup.py install

After which, you can run the experiments:

cd SparseHalfCheetah
python run_mujoco.py

Results

Alt text Alt text

About

Diffusion-Based Approximate Value Functions

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages