All Projects → scientist1642 → Bombora

scientist1642 / Bombora

My experimentations with Reinforcement Learning in Pytorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bombora

Pytorch Rl
Deep Reinforcement Learning with pytorch & visdom
Stars: ✭ 745 (+4038.89%)
Mutual labels:  reinforcement-learning, a3c
Tensorlayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers 🔥
Stars: ✭ 6,796 (+37655.56%)
Mutual labels:  reinforcement-learning, a3c
Reinforcement Learning
Minimal and Clean Reinforcement Learning Examples
Stars: ✭ 2,863 (+15805.56%)
Mutual labels:  reinforcement-learning, a3c
Tensorflow Rl
Implementations of deep RL papers and random experimentation
Stars: ✭ 176 (+877.78%)
Mutual labels:  reinforcement-learning, a3c
Btgym
Scalable, event-driven, deep-learning-friendly backtesting library
Stars: ✭ 765 (+4150%)
Mutual labels:  reinforcement-learning, a3c
Rlcycle
A library for ready-made reinforcement learning agents and reusable components for neat prototyping
Stars: ✭ 184 (+922.22%)
Mutual labels:  reinforcement-learning, a3c
Deeprl Tensorflow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Stars: ✭ 319 (+1672.22%)
Mutual labels:  reinforcement-learning, a3c
Reinforcementlearning Atarigame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games
Stars: ✭ 118 (+555.56%)
Mutual labels:  reinforcement-learning, a3c
Deep Rl Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Stars: ✭ 395 (+2094.44%)
Mutual labels:  reinforcement-learning, a3c
Ai Blog
Accompanying repository for Let's make a DQN / A3C series.
Stars: ✭ 351 (+1850%)
Mutual labels:  reinforcement-learning, a3c
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+38500%)
Mutual labels:  reinforcement-learning, a3c
Rl a3c pytorch
A3C LSTM Atari with Pytorch plus A3G design
Stars: ✭ 482 (+2577.78%)
Mutual labels:  reinforcement-learning, a3c
Minimalrl
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Stars: ✭ 2,051 (+11294.44%)
Mutual labels:  reinforcement-learning, a3c
Super Mario Bros A3c Pytorch
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros
Stars: ✭ 775 (+4205.56%)
Mutual labels:  reinforcement-learning, a3c
Machin
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
Stars: ✭ 145 (+705.56%)
Mutual labels:  reinforcement-learning, a3c
Pysc2 Agents
This is a simple implementation of DeepMind's PySC2 RL agents.
Stars: ✭ 262 (+1355.56%)
Mutual labels:  reinforcement-learning, a3c
Reinforcement learning
Reinforcement learning tutorials
Stars: ✭ 82 (+355.56%)
Mutual labels:  reinforcement-learning, a3c
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+16588.89%)
Mutual labels:  reinforcement-learning, a3c
Rl4j
Deep Reinforcement Learning for the JVM (Deep-Q, A3C)
Stars: ✭ 330 (+1733.33%)
Mutual labels:  reinforcement-learning, a3c
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (+2355.56%)
Mutual labels:  reinforcement-learning, a3c

Bombora

My ongoing experiments in RL, originally based on ikostrikov/pytorch-a3c.

Usage

OMP_NUM_THREADS=1 python main.py --env-name "Pong-v0" --algo a3c --num-processes 4

Note: Pytorch is still in beta and non recent version might have some problems.

Dashboard

Logs are stored in dblogs directory, to watch agents learn run:

python dashboard.py --dbdir dblogs --env 'Pong-v0'

This will start a visdom server and show the last 2 run logs in Pong-v0 env.

video

Dependencies

  • pytorch
  • torchvision
  • gym
  • sqlite3
  • visdom

Credits

Cheers to Pytorch and authors of the follwing repos:

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].