facebookresearch / BenchMARL

A collection of MARL benchmarks based on TorchRL
https://benchmarl.readthedocs.io/
MIT License
292 stars 42 forks source link

LSTM in benchmarl #103

Closed majid5776 closed 3 months ago

majid5776 commented 5 months ago

hello. I eager to see dead agents(variable agents) and LSTM in your benchmark. all the best.

majid5776 commented 4 months ago

hi. I don't know how to use LSTM manually in an environment, can someone please give me an example? should I change the network architecture in the callback? thank you.

matteobettini commented 4 months ago

Hey, we do not support recurrent networks currently (LSTMs), but it is a feature with high priority on the TODO list

matteobettini commented 4 months ago

GRU (better performing than LSTM) will be introduced in #116