Skip to content

Safe-RL-Team/Uncertainty-Based-Offline-RL-with-Diversified-Q-Ensemble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Uncertainty-Based-Offline-RL-with-Diversified-Q-Ensemble

This is a blog post based on the paper Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble, which proposes the offline RL algorithm EDAC (Ensemble Diversified Actor Critic).

There are several implementations:

run blog locally

install

  • install Quarto
  • clone this repo
pip install -r blog/requirements.txt

run

quarto preview blog/blog.ipynb

writing

The main content is in blog/blog.ipynb, the references are in blog/references.bib and the images are in blog/figures/.