facebookresearch / BenchMARL

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

LSTM in benchmarl #103

Open majid5776 opened 2 weeks ago

majid5776 commented 2 weeks ago

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

majid5776 commented 1 week 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 1 week ago

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