Skip to content

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guided Exploration in Reinforcement Learning via Monte Carlo Critic Optimization

The source code for the paper Guided Exploration in Reinforcement Learning via Monte Carla Critic Optimization Arxiv, presented at

Requirements

The experiments were run with python3.10 and mujoco 2.3.7, install full env via

pip install -r requirements.txt

Usage

Run single training

python train.py --env point_mass-easy --algo MOCCO --device cuda:0 --seed 0

Run on many seeds

For running an algorithm on many many seeds to reproduce paper results, specify needed algorithm as a script file (in /scripts folder) and set needed env as a first argument:

bash scripts/mocco.sh point_mass-easy cuda:0

Results

mocco_eval-2

About

[AAMAS 2024] Guided Exploration in Reinforcement Learning via Monte Carlo Critic Optimization

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages