semitable / lb-foraging

Level-based Foraging (LBF): A multi-agent environment for RL
MIT License
151 stars 64 forks source link

Gymnasium integration #29

Closed LukasSchaefer closed 1 month ago

LukasSchaefer commented 2 months ago

This PR removes the deprecated gym==0.21 dependency of LBF and replaces it with the maintained gymnasium library. This causes slight changes in the interface with the environment that are documented in the README, and randomisation per seed differs from the original implementation (but remains reproducible in itself).