All Projects → Grid_royale → Similar Projects or Alternatives

5154 Open source projects that are alternatives of or similar to Grid_royale

Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+227.78%)
Mutual labels:  ai, reinforcement-learning, q-learning
Rl trading
An environment to high-frequency trading agents under reinforcement learning
Stars: ✭ 205 (-18.65%)
Mutual labels:  ai, reinforcement-learning, q-learning
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (-23.81%)
Btgym
Scalable, event-driven, deep-learning-friendly backtesting library
Stars: ✭ 765 (+203.57%)
Habitat Lab
A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators.
Stars: ✭ 587 (+132.94%)
Mutual labels:  ai, reinforcement-learning
Awesome Artificial Intelligence
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
Stars: ✭ 6,516 (+2485.71%)
Mutual labels:  ai, reinforcement-learning
Async Deeprl
Playing Atari games with TensorFlow implementation of Asynchronous Deep Q-Learning
Stars: ✭ 44 (-82.54%)
Rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Stars: ✭ 980 (+288.89%)
Mutual labels:  ai, reinforcement-learning
Notebooks
Some notebooks
Stars: ✭ 53 (-78.97%)
Drivebot
tensorflow deep RL for driving a rover around
Stars: ✭ 62 (-75.4%)
Snake Ai Reinforcement
AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).
Stars: ✭ 123 (-51.19%)
Mutual labels:  ai, reinforcement-learning
Holodeck
High Fidelity Simulator for Reinforcement Learning and Robotics Research.
Stars: ✭ 513 (+103.57%)
Mutual labels:  ai, reinforcement-learning
Animalai Olympics
Code repository for the Animal AI Olympics competition
Stars: ✭ 544 (+115.87%)
Mutual labels:  ai, reinforcement-learning
Pysc2 Examples
StarCraft II - pysc2 Deep Reinforcement Learning Examples
Stars: ✭ 722 (+186.51%)
Mutual labels:  ai, reinforcement-learning
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+148.81%)
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+239.29%)
Mutual labels:  ai, reinforcement-learning
Gym Alttp Gridworld
A gym environment for Stuart Armstrong's model of a treacherous turn.
Stars: ✭ 14 (-94.44%)
Holodeck Engine
High Fidelity Simulator for Reinforcement Learning and Robotics Research.
Stars: ✭ 48 (-80.95%)
Mutual labels:  ai, reinforcement-learning
Super Mario Bros A3c Pytorch
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros
Stars: ✭ 775 (+207.54%)
Mutual labels:  ai, reinforcement-learning
Cartpole
OpenAI's cartpole env solver.
Stars: ✭ 107 (-57.54%)
Mutual labels:  ai, reinforcement-learning
Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (-55.56%)
Reinforcement learning in python
Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa
Stars: ✭ 134 (-46.83%)
Allenact
An open source framework for research in Embodied-AI from AI2.
Stars: ✭ 144 (-42.86%)
Mutual labels:  ai, reinforcement-learning
Doudizhu
AI斗地主
Stars: ✭ 149 (-40.87%)
Mutual labels:  ai, reinforcement-learning
Resources
Resources on various topics being worked on at IvLabs
Stars: ✭ 158 (-37.3%)
Awesome Game Ai
Awesome Game AI materials of Multi-Agent Reinforcement Learning
Stars: ✭ 185 (-26.59%)
Mutual labels:  ai, reinforcement-learning
Dissecting Reinforcement Learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
Stars: ✭ 512 (+103.17%)
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+1781.35%)
Mycroft Core
Mycroft Core, the Mycroft Artificial Intelligence platform.
Stars: ✭ 5,489 (+2078.17%)
Mutual labels:  ai, hacktoberfest
Arnold
Arnold - DOOM Agent
Stars: ✭ 457 (+81.35%)
Super Mario Bros Ppo Pytorch
Proximal Policy Optimization (PPO) algorithm for Super Mario Bros
Stars: ✭ 649 (+157.54%)
Mutual labels:  ai, reinforcement-learning
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+153.97%)
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+2657.14%)
Tensor House
A collection of reference machine learning and optimization models for enterprise operations: marketing, pricing, supply chain
Stars: ✭ 449 (+78.17%)
Mutual labels:  ai, reinforcement-learning
Elyra
Elyra extends JupyterLab Notebooks with an AI centric approach.
Stars: ✭ 839 (+232.94%)
Mutual labels:  ai, hacktoberfest
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+228.57%)
Mutual labels:  ai, reinforcement-learning
Dvc
🦉Data Version Control | Git for Data & Models | ML Experiments Management
Stars: ✭ 9,004 (+3473.02%)
Mutual labels:  ai, hacktoberfest
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (-32.94%)
Evostra
A fast Evolution Strategy implementation in Python
Stars: ✭ 227 (-9.92%)
Mutual labels:  ai, reinforcement-learning
Gbrain
GPU Javascript Library for Machine Learning
Stars: ✭ 48 (-80.95%)
Mutual labels:  ai, reinforcement-learning
Deep traffic
MIT DeepTraffic top 2% solution (75.01 mph) 🚗.
Stars: ✭ 47 (-81.35%)
Dqn
Implementation of q-learning using TensorFlow
Stars: ✭ 53 (-78.97%)
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 (+75.4%)
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+1092.06%)
Researchpapernotes
Initiative to read research papers
Stars: ✭ 97 (-61.51%)
Deep Neuroevolution
Deep Neuroevolution
Stars: ✭ 1,526 (+505.56%)
Mutual labels:  ai, reinforcement-learning
Micromlp
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
Stars: ✭ 92 (-63.49%)
Mutual labels:  ai, q-learning
Python Sc2
A StarCraft II bot api client library for Python 3
Stars: ✭ 141 (-44.05%)
Mutual labels:  ai, hacktoberfest
Ai plays snake
AI trained using Genetic Algorithm and Deep Learning to play the game of snake
Stars: ✭ 137 (-45.63%)
Mutual labels:  ai, reinforcement-learning
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 (-40.08%)
Reinforcement Learning Wechat Jump
Reinforcement Learning for WeChat Jump
Stars: ✭ 85 (-66.27%)
Mutual labels:  ai, reinforcement-learning
Atari
AI research environment for the Atari 2600 games 🤖.
Stars: ✭ 174 (-30.95%)
Mutual labels:  ai, reinforcement-learning
Pai
Resource scheduling and cluster management for AI
Stars: ✭ 2,223 (+782.14%)
Mutual labels:  ai, hacktoberfest
Data Science Free
Free Resources For Data Science created by Shubham Kumar
Stars: ✭ 232 (-7.94%)
Screeps
Artificial intelligence for screeps
Stars: ✭ 407 (+61.51%)
Mutual labels:  ai, hacktoberfest
Aigames
use AI to play some games.
Stars: ✭ 422 (+67.46%)
Mutual labels:  ai, reinforcement-learning
Rl ardrone
Autonomous Navigation of UAV using Reinforcement Learning algorithms.
Stars: ✭ 76 (-69.84%)
Accel Brain Code
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
Stars: ✭ 166 (-34.13%)
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (-9.52%)
Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (-4.37%)
1-60 of 5154 similar projects