pursueorigin / Dec-TD-GT

The code of paper "DECENTRALIZED TD(0) WITH GRADIENT TRACKING"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Description
Code of paper 'DECENTRALIZED TD(0) WITH GRADIENT TRACKING'. 


2. Instruction
(1) Check environment requirements: python(>=3.6), numpy, matplotlib, scipy, gym(0.10.5), tensorflow(>=2.0.0)
(2) Install the multiagent env package in this file. cd into root of this file and run: pip install -e multiagent-particle-envs-master

About

The code of paper "DECENTRALIZED TD(0) WITH GRADIENT TRACKING"


Languages

Language:Python 100.0%