rfeinman / tictactoe-reinforcement-learningLinks
Train a tic-tac-toe agent using reinforcement learning.
☆65Updated 4 years ago
Alternatives and similar repositories for tictactoe-reinforcement-learning
Users that are interested in tictactoe-reinforcement-learning are comparing it to the libraries listed below
Sorting:
- Coding Demos from the School of AI's Move37 Course☆184Updated 6 years ago
- Solving OpenAI Gym problems.☆186Updated 4 years ago
- A collection of several Deep Reinforcement Learning techniques (Deep Q Learning, Policy Gradients, ...), gets updated over time.☆37Updated 5 years ago
- Reinforcement Learning examples implementation and explanation☆338Updated last year
- Deep reinforcement learning model implementation in Tensorflow + OpenAI gym☆302Updated 2 years ago
- Deep Reinforcement Learning (RL) Using Python☆35Updated last year
- Code repository for my course on the fundamentals of reinforcement learning☆94Updated 6 years ago
- Examples of published reinforcement learning algorithms in recent literature implemented in TensorFlow☆103Updated 5 years ago
- An environment of the board game Go using OpenAI's Gym API☆175Updated 3 years ago
- Keras implementation of DQN for the MsPacman-v0 OpenAI Gym environment.☆37Updated 2 years ago
- An OpenAI gym environment made for RL☆70Updated last year
- Open source collection of Reinforcement Learning Environments.☆76Updated 2 years ago
- A simple chess environment for openai/gym☆162Updated last year
- Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)☆159Updated 5 years ago
- ☆423Updated 2 years ago
- Reinforcement Learning using Policy Gradient to solve OpenAI Gym games☆113Updated 7 years ago
- Various ways to learn a computer to escape from a maze. From random walk to a simple neural network.☆100Updated 3 years ago
- OpenAI's cartpole env solver.☆156Updated 2 years ago
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆371Updated last year
- A curated collection of reinforcement learning resources☆93Updated last year
- A checkers reinforcement learning AI, and all the tools needed to train it.☆58Updated 5 years ago
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆235Updated 8 months ago
- Some notebooks☆64Updated 4 years ago
- Deep Recurrent Q-Learning vs Deep Q Learning on a simple Partially Observable Markov Decision Process with Minecraft☆50Updated 6 years ago
- Python implementations of the RL algorithms in examples and figures in Sutton & Barto, Reinforcement Learning: An Introduction☆92Updated 6 years ago
- Reproduction of OpenAI and DeepMind's "Deep Reinforcement Learning from Human Preferences"☆328Updated 3 years ago
- Deep Reinforcement Learning in Pac-man☆285Updated last year
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆69Updated 3 months ago
- Code for Hands On Intelligent Agents with OpenAI Gym book to get started and learn to build deep reinforcement learning agents using PyTo…☆387Updated 2 years ago
- Tensorflow implementation of Deepminds dqn with double dueling networks☆216Updated 5 years ago