All Projects → Doom Net Pytorch → Similar Projects or Alternatives

1153 Open source projects that are alternatives of or similar to Doom Net Pytorch

Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (+113.27%)
Reinforcement Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
Stars: ✭ 3,329 (+2846.02%)
Mutual labels:  reinforcement-learning, ppo
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (+33.63%)
Mutual labels:  reinforcement-learning, agent
Rl4j
Deep Reinforcement Learning for the JVM (Deep-Q, A3C)
Stars: ✭ 330 (+192.04%)
Mutual labels:  doom, reinforcement-learning
Gym Minigrid
Minimalistic gridworld package for OpenAI Gym
Stars: ✭ 1,047 (+826.55%)
Mutual labels:  reinforcement-learning, agent
Machin
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
Stars: ✭ 145 (+28.32%)
Mutual labels:  reinforcement-learning, ppo
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 (-86.73%)
Mutual labels:  doom, ppo
Opennars
OpenNARS for Research 3.0+
Stars: ✭ 264 (+133.63%)
Mutual labels:  learning, agent
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+6048.67%)
Mutual labels:  reinforcement-learning, ppo
Amazon Sagemaker Examples
Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
Stars: ✭ 6,346 (+5515.93%)
Mutual labels:  learning, reinforcement-learning
Slm Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
Stars: ✭ 904 (+700%)
Mutual labels:  reinforcement-learning, ppo
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+632.74%)
Mutual labels:  reinforcement-learning, agent
Lagom
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
Stars: ✭ 364 (+222.12%)
Mutual labels:  reinforcement-learning, ppo
Rl Collision Avoidance
Implementation of the paper "Towards Optimally Decentralized Multi-Robot Collision Avoidance via Deep Reinforcement Learning"
Stars: ✭ 125 (+10.62%)
Mutual labels:  reinforcement-learning, ppo
Vizdoom
Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information.
Stars: ✭ 1,178 (+942.48%)
Mutual labels:  doom, reinforcement-learning
Paac
Open source implementation of the PAAC algorithm presented in Efficient Parallel Methods for Deep Reinforcement Learning
Stars: ✭ 196 (+73.45%)
Mutual labels:  learning, reinforcement-learning
rl trading
No description or website provided.
Stars: ✭ 14 (-87.61%)
Mutual labels:  agent, ppo
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+2558.41%)
Mutual labels:  reinforcement-learning, ppo
Simple rl
A simple framework for experimenting with Reinforcement Learning in Python.
Stars: ✭ 179 (+58.41%)
Mutual labels:  reinforcement-learning, agent
Autonomous Learning Library
A PyTorch library for building deep reinforcement learning agents.
Stars: ✭ 425 (+276.11%)
Mutual labels:  reinforcement-learning, ppo
Arnold
Arnold - DOOM Agent
Stars: ✭ 457 (+304.42%)
Mutual labels:  doom, reinforcement-learning
Deeprl Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Stars: ✭ 748 (+561.95%)
Mutual labels:  reinforcement-learning, ppo
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+466.37%)
Mutual labels:  reinforcement-learning, ppo
Torch Ac
Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO
Stars: ✭ 70 (-38.05%)
Mutual labels:  reinforcement-learning, ppo
Mario rl
Stars: ✭ 60 (-46.9%)
Mutual labels:  reinforcement-learning, ppo
Run Skeleton Run
Reason8.ai PyTorch solution for NIPS RL 2017 challenge
Stars: ✭ 83 (-26.55%)
Mutual labels:  reinforcement-learning, ppo
Super Mario Bros Ppo Pytorch
Proximal Policy Optimization (PPO) algorithm for Super Mario Bros
Stars: ✭ 649 (+474.34%)
Mutual labels:  reinforcement-learning, ppo
Pytorch Rl
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
Stars: ✭ 658 (+482.3%)
Mutual labels:  reinforcement-learning, ppo
Learning2run
Our NIPS 2017: Learning to Run source code
Stars: ✭ 57 (-49.56%)
Mutual labels:  reinforcement-learning, ppo
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (+3450.44%)
Mutual labels:  reinforcement-learning, ppo
Ros2learn
ROS 2 enabled Machine Learning algorithms
Stars: ✭ 119 (+5.31%)
Mutual labels:  reinforcement-learning, ppo
Artificialintelligenceengines
Computer code collated for use with Artificial Intelligence Engines book by JV Stone
Stars: ✭ 35 (-69.03%)
Mutual labels:  learning, reinforcement-learning
Minimalrl
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Stars: ✭ 2,051 (+1715.04%)
Mutual labels:  reinforcement-learning, ppo
Elegantrl
Lightweight, efficient and stable implementations of deep reinforcement learning algorithms using PyTorch.
Stars: ✭ 575 (+408.85%)
Mutual labels:  reinforcement-learning, ppo
Cherry
A PyTorch Library for Reinforcement Learning Research
Stars: ✭ 143 (+26.55%)
Mutual labels:  learning, reinforcement-learning
Pytorch Drl
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Stars: ✭ 233 (+106.19%)
Mutual labels:  reinforcement-learning, ppo
Pytorch A2c Ppo Acktr Gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
Stars: ✭ 2,632 (+2229.2%)
Mutual labels:  reinforcement-learning, ppo
Reinforcement learning
Reinforcement learning tutorials
Stars: ✭ 82 (-27.43%)
Mutual labels:  reinforcement-learning, ppo
Rlgraph
RLgraph: Modular computation graphs for deep reinforcement learning
Stars: ✭ 272 (+140.71%)
Mutual labels:  reinforcement-learning, ppo
Rad
RAD: Reinforcement Learning with Augmented Data
Stars: ✭ 268 (+137.17%)
Mutual labels:  reinforcement-learning, ppo
Deeprl Tensorflow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Stars: ✭ 319 (+182.3%)
Mutual labels:  reinforcement-learning, ppo
Maro
Multi-Agent Resource Optimization (MARO) platform is an instance of Reinforcement Learning as a Service (RaaS) for real-world resource optimization problems.
Stars: ✭ 378 (+234.51%)
Mutual labels:  reinforcement-learning, agent
Awesome Monte Carlo Tree Search Papers
A curated list of Monte Carlo tree search papers with implementations.
Stars: ✭ 387 (+242.48%)
Mutual labels:  learning, reinforcement-learning
Pytorch Cpp Rl
PyTorch C++ Reinforcement Learning
Stars: ✭ 353 (+212.39%)
Mutual labels:  reinforcement-learning, ppo
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+656.64%)
Mutual labels:  learning, reinforcement-learning
Sc2aibot
Implementing reinforcement-learning algorithms for pysc2 -environment
Stars: ✭ 83 (-26.55%)
Mutual labels:  reinforcement-learning, ppo
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (-20.35%)
Mutual labels:  reinforcement-learning, ppo
Scenescoop
A tool to describe the content of videos and suggest similar scenes in other videos/films.
Stars: ✭ 103 (-8.85%)
Mutual labels:  learning
Mojitalk
Code for "MojiTalk: Generating Emotional Responses at Scale" https://arxiv.org/abs/1711.04090
Stars: ✭ 107 (-5.31%)
Mutual labels:  reinforcement-learning
Coding further
"Coding further" is made for my students who graduated from Le Wagon coding bootcamp and are just now exploring the world of programming.
Stars: ✭ 103 (-8.85%)
Mutual labels:  learning
Ios Learning Materials
📚Curated list of articles, web-resources, tutorials and code repositories that may help you dig a little bit deeper into iOS [and Apple Platforms].
Stars: ✭ 1,380 (+1121.24%)
Mutual labels:  learning
Outis
outis is a custom Remote Administration Tool (RAT) or something like that. It was build to support various transport methods (like DNS) and platforms (like Powershell).
Stars: ✭ 111 (-1.77%)
Mutual labels:  agent
Cartpole
OpenAI's cartpole env solver.
Stars: ✭ 107 (-5.31%)
Mutual labels:  reinforcement-learning
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (+1123.89%)
Mutual labels:  learning
Coding Guide
自己随手记录的东西
Stars: ✭ 1,383 (+1123.89%)
Mutual labels:  learning
Startjekyll
An example and guide to getting started with Jekyll and static site generators.
Stars: ✭ 106 (-6.19%)
Mutual labels:  learning
Elixir Tab
Little bit of Elixir in every new tab
Stars: ✭ 102 (-9.73%)
Mutual labels:  learning
Torchrl
Highly Modular and Scalable Reinforcement Learning
Stars: ✭ 102 (-9.73%)
Mutual labels:  reinforcement-learning
Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (+1189.38%)
Mutual labels:  reinforcement-learning
Navbot
Using RGB Image as Visual Input for Mapless Robot Navigation
Stars: ✭ 111 (-1.77%)
Mutual labels:  reinforcement-learning
1-60 of 1153 similar projects