Stanford-ILIAD / PantheonRL

PantheonRL is a package for training and testing multi-agent reinforcement learning environments. PantheonRL supports cross-play, fine-tuning, ad-hoc coordination, and more.
MIT License
121 stars 18 forks source link

How to modify the obs output format ? #20

Closed Tingz0 closed 3 months ago

Tingz0 commented 3 months ago

Where to choose to output lossless_state_encoding ? Is there a detailed description of the state information? For example, (array([ 0., 1., 0., 0., 0., 0., 0., 2., -1., 7., 3., 0., 0., 0., 0., 0., 0., 0., 0., 4., -1., 0., 0., -2., 3., 1., 1., 0., 0., 0., 0., 1., 0., 0., 0., 0., -5., -1., 0., 3., 0., 0., 0., 0., 0., 0., 0., 0., -3., -1., 0., 0., -9., 3., 1., 0., 0., 0., 7., 0., 3., 1.])

Thank you !