sirmammingtonham / alphastoneLinks
Using self-play, MCTS, and a deep neural network to create a hearthstone ai player
☆29Updated 6 years ago
Alternatives and similar repositories for alphastone
Users that are interested in alphastone are comparing it to the libraries listed below
Sorting:
- Reinforcement learning algorithms to play Poker☆14Updated 3 years ago
- Deep reinforcement learning baselines base on OpenAI. More algorithms are included, such as Rainbow: Combining Improvements in Deep Rei…☆35Updated 7 years ago
- Application of proximal policy optimization algorithm to the card game Big 2 using Tensorflow☆81Updated last year
- PyTorch AlphaZero implementation with multiplayer support [NeurIPS 2019 Deep Reinforcement Learning Workshop]☆34Updated 4 years ago
- Unofficial Implementation of GAN Q Learning https://arxiv.org/abs/1805.04874☆47Updated 4 years ago
- Scaling All-Goals Updates in Reinforcement Learning Using Convolutional Neural Networks☆40Updated 5 years ago
- Reinforcement Learning and Deep Learning Resources☆16Updated 7 years ago
- Reinforcement Learning for Super Mario Bros using A3C on GPU☆37Updated 7 years ago
- The exact codes used by the team "liveinparis" at the kaggle football competition ranked 6th/1141☆57Updated 4 years ago
- This project explores deep reinforcement learning, hybrid actor-critic approach with A3C/PPO combined with curiosity for playing Super M…☆79Updated 6 years ago
- Full Chainer implementation of OpenAI's Reinforcement Learning using Random Network Distillation☆31Updated 6 years ago
- Efficient Reinforcement Learning with a Thought-Game for StarCraft☆46Updated 2 years ago
- A squad movement planning library for StarCraft AI using Monte Carlo Tree Search and Negamax☆14Updated 6 years ago
- Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published by Jürgen Schmidhuber.☆77Updated 5 years ago
- Fictitious Self-play & Reinforcement Learning☆18Updated 7 years ago
- PyTorch implementation of the Munchausen Reinforcement Learning Algorithms M-DQN and M-IQN☆45Updated 4 years ago
- Tensorflow Implementation for "Noisy network for exploration"☆32Updated 8 years ago
- Solving the Rubik's cube with deep reinforcement learning and Monte Carlo tree search☆103Updated 6 years ago
- Random Network Distillation(RND) algo in Pytorch☆50Updated 6 years ago
- Monte Carlo Conterfactual Regret Minimization for imperfect information games☆13Updated 6 years ago
- Distributed implementation of popular evolutionary methods☆64Updated 7 years ago
- A framework for easy prototyping of distributed reinforcement learning algorithms☆96Updated 4 years ago
- A leaderboard of human and machine performance on the Arcade Learning Environment (ALE).☆20Updated 7 years ago
- A first bare bones paralleled implementation of Go Explore as described by the Uber Engineering blog post