There are 0 repository under asynchronous-methods topic.
PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".
Library to simplify interception of asynchronous methods
PyTorch implementation of A3C (Asynchronous Advantage Actor Critic)
Tensorflow implementation of asyncronous 1-step Q learning in "Asynchronous Methods for Deep Reinforcement Learning" with improvement on weight update process (use minibatch) to speed up training.
This repository is a fork of a repository originally created by Lucas Descause. It is the codebase used for my Master's dissertation "Reinforcement Learning with Function Approximation in Continuing Tasks: Discounted Return or Average Reward?" which was also an extension of Luca's work.
Code for Evolution of asynchronous programming on .NET session
A simple app to get used to using asynchronous methods and using external API calls using the http package of flutter.