Skip to content

linhongbin-ws/efficient-dreamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efficient-Dreamer: Integration of World Models and Behavior Cloning

Overview

We integrate Dreamerv2 with Behavior Cloning, where a set of off-policy demonstration trajectory is ultilized to boost the learning efficiency of world model learning.

Method

Compared with Dreamerv2, we have the following improvements/novelties:

  • Demonstration-guided wolrd model learning and policy learning: Additional off-policy demonstration data is sampled by Replay Buffer for world model learning and behavior learning.

  • Behaviour cloning loss to regress actions of demonstration trajectories.

For more information:

Feature

Install

  • Install Anaconda

  • Install Dependencies with GPU support

    conda create -n efficient_dreamer python=3.7
    conda activate efficient_dreamer
    conda install cudatoolkit=11.3 -c pytorch
    pip install tensorflow==2.9.0 tensorflow_probability==0.17.0
    conda install cudnn=8.2 -c anaconda
    pip install protobuf==3.20.1
  • Install Efficient-Dreamer

    pip install -e .

Run

For all command lines, we assume the current directory is <path to gym-suture>, otherwise, change directory by

cd <path to gym-suture>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published