Skip to content

Scalable Asynchronous Federated Deep Reinforcement Learning Simulator

Notifications You must be signed in to change notification settings

codeandkey/afdrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

afdrl

Scalable Asynchronous Federated Deep Reinforcement Learning Simulator

about

AFDRL simulates a large-scale deterministic federation of clients seeking to maximize reward in an ALE game.

building

CMake is required to build afdrl.

    $ mkdir build
    $ cd build
    $ cmake -DCMAKE_BUILD_TYPE=Release ..
    $ make
    $ afdrl/afdrl

usage

To run a simulation of 64 participants, execute the following:

  $ afdrl/afdrl -c 64 --gpu

About

Scalable Asynchronous Federated Deep Reinforcement Learning Simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published