Skip to content

zhaoyi11/dreamer-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dreamer

MIT License

This is a Pytorch implementation of paper: Dreamer to control: Learning Behaviors by Latent Imagination. Get similar results compared with original Tensorflow implementation. Tested on dm_control suite, with tasks cartpole-balance, cheetah-run, and ball-in-cup_catch. Testing on more tasks is ongoing.

Requirements

To train the model:

python3 dreamer.py --env [env-name]

More optional environments are listed in env.py . The code is only tested on dm_control suite. If you have any question, feel free to post issues.

Some training results:

dreamer

  • Robustness of action repeat act_dreamer

References:

[1] Dream to Control: Learning Behaviors by Latent Imagination

[2] Tensorflow implementation, with tensorflow1.0

[3] Tensorflow implementation, with tensorflow2.0

[4] Learning Latent Dynamics for Planning from Pixels

[5] PlaNet implementation from @Kaixhin

About

A pytorch implementation of Dreamer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages