Skip to content

Coluding/world-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model Based RL playground

This repository contains a collection of model based reinforcement learning algorithms implemented in PyTorch. The goal is to provide a simple and easy to understand implementation of the algorithms, so that they can be used as a reference for future projects. The algorithms are implemented in a modular way, so that they can be easily extended and modified.

The repository is still under development, so some features may not be implemented yet. If you find any bugs or have any suggestions, please let me know.

The repository is mainly for educational purposes and does not provide an extension of the research in the respective paper.

Papers

For now, I am implementing the following papers:

Structure

The repository is structured as follows:

  • models/: Contains the neural network models used in the algorithms.
  • envs/: Contains the environment wrappers used in the algorithms.
  • train: Contains the training scripts for the algorithms.

Blog post

Corresponding blog post where all the math is derived can be found here: https://medium.com/@lukasbierling/training-agents-to-plan-in-latent-space-a-technical-overview-f4380a94ec88

Example algorithm of MBRL in the dreamer paper

img.png source: https://arxiv.org/pdf/1912.01603

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages