yathartha3 / Recurrent-MADDPG-Rob538-Project

Experimented with adding Recurrent Neural Network on top of Multiagent Deep Deterministic Policy Gradient algorithm
MIT License
1 stars 0 forks source link

Overcomplicated RNN? #1

Open tessavdheiden opened 4 years ago

tessavdheiden commented 4 years ago

Hi!

It seems you wrote your own RNN or something. Maybe consider my repo which uses the LSTM:

https://github.com/tessavdheiden/jubilant-umbrella/blob/master/utils/networks.py

And please start it if you like it!

Best, Tessa

mxy123580 commented 2 months ago

cool