Skip to content
/ IMPALA Public

An PyTorch implementation of "Importance Weighted Actor-Learner Architectures" https://arxiv.org/abs/1802.01561

Notifications You must be signed in to change notification settings

voiler/IMPALA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures

This repository contains an PyTorch implementation of "Importance Weighted Actor-Learner Architectures".

For a detailed description of the architecture please read paper.

Requirements

  • Python >=3.7
  • PyTorch >=1.2.0
  • atari_py >=0.1.7
  • cv2 >= 3.4.2

TODO

  • Experiment's results.
  • Try to remove the ParameterServer.
  • Distributed Training.
  • Other games such as dmlab.

About

An PyTorch implementation of "Importance Weighted Actor-Learner Architectures" https://arxiv.org/abs/1802.01561

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages