fcarsten / tic-tac-toe
Teaching a machine to play tic-tac-toe
☆57Updated last year
Alternatives and similar repositories for tic-tac-toe:
Users that are interested in tic-tac-toe are comparing it to the libraries listed below
- 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.☆363Updated last year
- A simple chess environment for openai/gym☆158Updated last year
- This is the code for "Actor Critic Algorithms" by Siraj Raval on Youtube☆75Updated 7 years ago
- Tensorflow implementation of Deepminds dqn with double dueling networks☆215Updated 4 years ago
- Solving OpenAI Gym problems.☆186Updated 4 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆300Updated last year
- Reinforcement Learning in Keras on VizDoom☆145Updated 7 years ago
- List of competitions related to Reinforcement Learning☆351Updated last year
- Coding Demos from the School of AI's Move37 Course☆184Updated 6 years ago
- OpenAI's cartpole env solver.☆156Updated 2 years ago
- A simple and highly efficient RTS-game-inspired environment for reinforcement learning☆301Updated 9 months ago
- An environment of the board game Go using OpenAI's Gym API☆174Updated 2 years ago
- PyTorch implementation of AlphaZero Connect from scratch (with results)☆81Updated 5 years ago
- This is an implementation of the tic-tac-toe game as a gym environment. It can be used to make the computer learn playing the Tic-Tac-Toe…☆26Updated 6 years ago
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆197Updated 2 years ago
- Solving board games like Connect4 using Deep Reinforcement Learning☆33Updated 2 years ago
- ☆80Updated 6 years ago
- Using the deep reinforcement learning algorithm A3C to train my agent to play the Atari game Breakout!☆32Updated 6 years ago
- Repo for reproduction of sequential social dilemmas☆397Updated last month
- AI for Snake game trained from pixels using Deep Reinforcement Learning (DQN).☆168Updated 6 years ago
- Repository for most of the code from my YouTube channel☆904Updated last year
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆679Updated 10 months ago
- Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning☆211Updated 6 years ago
- A simple and highly efficient RTS-game-inspired environment for reinforcement learning (formerly Gym-MicroRTS)☆245Updated 9 months ago
- A simple stochastic OpenAI environment for training RL agents☆89Updated 2 years ago
- Reinforcement Learning examples implementation and explanation☆330Updated 9 months ago
- ☆303Updated 2 years ago
- A simple OpenAI Gym environment for single and multi-agent reinforcement learning☆749Updated last year
- An OpenAI gym environment made for RL