2023-07-23 22:02:06 +09:00
2023-07-23 22:02:06 +09:00
2023-07-02 11:51:11 +09:00
2023-07-02 11:29:48 +09:00
2023-07-23 22:02:06 +09:00
2023-06-17 15:27:09 +09:00
2023-02-12 22:35:25 +09:00
2023-06-18 00:02:22 +09:00
2023-07-23 22:02:06 +09:00
2023-06-19 06:02:35 +09:00
2023-07-02 11:29:48 +09:00
2023-07-23 22:02:06 +09:00

dreamerv3-torch

Pytorch implementation of Mastering Diverse Domains through World Models. DreamerV3 is a scalable algorithm that outperforms previous approaches across various domains with fixed hyperparameters.

Instructions

Get dependencies:

pip install -r requirements.txt

Run training on DMC Vision:

python3 dreamer.py --configs dmc_vision --task dmc_walker_walk --logdir ./logdir/dmc_walker_walk

Monitor results:

tensorboard --logdir ./logdir

Benchmarks

So far, the following benchmarks can be used for testing.

Environment Observation Action Budget Description
DMC Proprio State Continuous 500K DeepMind Control Suite with low-dimensional inputs.
DMC Vision Image Continuous 1M DeepMind Control Suite with high-dimensional images inputs.
Atari 100k Image Discrete 400K 26 Atari games.
Crafter Image Discrete 1M Survival environment to evaluates diverse agent abilities.
Memory Maze Image Discrete 100M 3D mazes to evaluate RL agents' long-term memory.

Results

DMC Proprio

dmcproprio

DMC Vision

dmcvision

Atari 100k

atari100k

Acknowledgments

This code is heavily inspired by the following works:

Description
No description provided
Readme MIT 2.9 MiB
Languages
Python 98.6%
Dockerfile 0.9%
Shell 0.5%