Releases: proroklab/VectorizedMultiAgentSimulator
Releases · proroklab/VectorizedMultiAgentSimulator
VMAS-1.2.13
- Fixes to MPE resetting
- Introduces naming convention
<name>_<int>for all scenarios (to be used in torchrl for automatic grouping pytorch/rl#1658)
VMAS-1.2.12
What's Changed
- [Feature] Text is a Geom and can be returned by scenarios by @matteobettini in #54
- detach() on input actions
- [DOCS] Torchrl notebook link by @matteobettini in #59
Full Changelog: VMAS-1.2.11...VMAS-1.2.12
VMAS-1.2.11
VMAS-1.2.10
Many new exciting things in vmas!:
- New scenarios: sampling, navigation, wind_flocking
- Fixed a rendering memory leak
- interactive_rendering.py accepts both scenario names and scenario class
- external forces (e.g. gravitiy) can be defined per agent
- improved flocking scenario
VMAS-1.2.9
- Fix a bug on the viewer device
- Now cloning all output and input from vmas simulator
- Ready for MAPPO IPPO example in torch rl (pytorch/rl#1027)
VMAS-1.2.8
- vmas can now also use dictionaries with agent names as keys for input and output spaces (instead of tuples) https://github.com/proroklab/VectorizedMultiAgentSimulator#input-and-output-spaces
VMAS-1.2.7
- Possibility of plotting a function under rendering https://github.com/proroklab/VectorizedMultiAgentSimulator#plot-function-under-rendering
- Possibility of passing a scenario class to
make_envinstead of only being able to pass a scenario name
VMAS-1.2.6
- now env has
done()function which wraps horizon (step counting)
VMAS-1.2.5
- introduced
vmas_env.to(device)which allows to change the device a vmas enviornment is using during execution
VMAS-1.2.4
- fix a packaging issue on pypi