All Projects → Kaixhin → Planet

Kaixhin / Planet

Licence: mit
Deep Planning Network: Control from pixels by latent planning with learned dynamics

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Planet

reinforcement-learning-papers
My notes on reinforcement learning papers
Stars: ✭ 13 (-94.94%)
Mutual labels:  deep-reinforcement-learning
rl implementations
No description or website provided.
Stars: ✭ 40 (-84.44%)
Mutual labels:  deep-reinforcement-learning
SARNet
Code repository for SARNet: Learning Multi-Agent Communication through Structured Attentive Reasoning (NeurIPS 2020)
Stars: ✭ 14 (-94.55%)
Mutual labels:  deep-reinforcement-learning
Dist-A3C
Distributed A3C
Stars: ✭ 37 (-85.6%)
Mutual labels:  deep-reinforcement-learning
FinRL
FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥
Stars: ✭ 3,497 (+1260.7%)
Mutual labels:  deep-reinforcement-learning
pytorchrl
Deep Reinforcement Learning algorithms implemented in PyTorch
Stars: ✭ 47 (-81.71%)
Mutual labels:  deep-reinforcement-learning
catalyst-examples
Examples
Stars: ✭ 54 (-78.99%)
Mutual labels:  deep-reinforcement-learning
RCNN MDP
Code base for solving Markov Decision Processes and Reinforcement Learning problems using Recurrent Convolutional Neural Networks.
Stars: ✭ 65 (-74.71%)
Mutual labels:  deep-reinforcement-learning
l2r
Open-source reinforcement learning environment for autonomous racing.
Stars: ✭ 38 (-85.21%)
Mutual labels:  deep-reinforcement-learning
CommNet
an implementation of CommNet
Stars: ✭ 23 (-91.05%)
Mutual labels:  deep-reinforcement-learning
SRLF
Simple Reinforcement Learning Framework
Stars: ✭ 24 (-90.66%)
Mutual labels:  deep-reinforcement-learning
rlflow
A TensorFlow-based framework for learning about and experimenting with reinforcement learning algorithms
Stars: ✭ 20 (-92.22%)
Mutual labels:  deep-reinforcement-learning
reinforce-js
[INACTIVE] A collection of various machine learning solver. The library is an object-oriented approach (baked with Typescript) and tries to deliver simplified interfaces that make using the algorithms pretty simple.
Stars: ✭ 20 (-92.22%)
Mutual labels:  deep-reinforcement-learning
DeepBeerInventory-RL
The code for the SRDQN algorithm to train an agent for the beer game problem
Stars: ✭ 27 (-89.49%)
Mutual labels:  deep-reinforcement-learning
learn-hippo
Python (pytorch) code for Lu, Q., Hasson U. & Norman K. A. (2021). When to retrieve and encode episodic memories: a neural network model of hippocampal-cortical interaction.
Stars: ✭ 12 (-95.33%)
Mutual labels:  deep-reinforcement-learning
Deep-Reinforcement-Learning
Introduction to Deep Reinforcement Learning
Stars: ✭ 71 (-72.37%)
Mutual labels:  deep-reinforcement-learning
Deep RL with pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Stars: ✭ 160 (-37.74%)
Mutual labels:  deep-reinforcement-learning
pysc2-rl-agents
StarCraft II / PySC2 Deep Reinforcement Learning Agents (A2C)
Stars: ✭ 124 (-51.75%)
Mutual labels:  deep-reinforcement-learning
Meta-SAC
Auto-tune the Entropy Temperature of Soft Actor-Critic via Metagradient - 7th ICML AutoML workshop 2020
Stars: ✭ 19 (-92.61%)
Mutual labels:  deep-reinforcement-learning
Deep-Reinforcement-Learning-Notebooks
This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algorithms.
Stars: ✭ 15 (-94.16%)
Mutual labels:  deep-reinforcement-learning

PlaNet

MIT License

PlaNet: A Deep Planning Network for Reinforcement Learning [1]. Supports symbolic/visual observation spaces. Supports some Gym environments (including classic control/non-MuJoCo environments, so DeepMind Control Suite/MuJoCo are optional dependencies). Hyperparameters have been taken from the original work and are tuned for DeepMind Control Suite, so would need tuning for any other domains (such as the Gym environments).

Run with python.main.py. For best performance with DeepMind Control Suite, try setting environment variable MUJOCO_GL=egl (see instructions and details here).

Results and pretrained models can be found in the releases.

Requirements

To install all dependencies with Anaconda run conda env create -f environment.yml and use source activate planet to activate the environment.

Links

Acknowledgements

References

[1] Learning Latent Dynamics for Planning from Pixels

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].