Solving board games like Connect4 using Deep Reinforcement Learning
-
Updated
Dec 8, 2022 - Python
Solving board games like Connect4 using Deep Reinforcement Learning
Deep Reinforcement Learning for Trading
RL based agent for atari games
Code for Hands On Intelligent Agents with OpenAI Gym book to get started and learn to build deep reinforcement learning agents using PyTorch
The Asynchronous Advantage Actor Critic (A3C) algorithm is one of the newest algorithms to be developed under the field of Deep Reinforcement Learning Algorithms. This algorithm was developed by Google’s DeepMind which is the Artificial Intelligence division of Google. In this repository, I have my implementations of A3C on Cartpole game, Robot …
A3C Reinforcement Learner for the PysSC2 API
Implementation of RL Algorithms with PyTorch.
My custom implementation of A3C + ICM module (more simple version)
Add a description, image, and links to the a3c-agent topic page so that developers can more easily learn about it.
To associate your repository with the a3c-agent topic, visit your repo's landing page and select "manage topics."