raharth / PyMatch

A collection of different PyTorch wrappers for training neural networks and reinforcement algorithms
MIT License
13 stars 2 forks source link

Implement an Actor-Critics Algorithm (A3C) #32

Open raharth opened 3 years ago

raharth commented 3 years ago

First version is implemented, could be optimized though