Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-05-20 | 2.0 kB | |
VMAS-1.4.1 source code.tar.gz | 2024-05-20 | 180.5 kB | |
VMAS-1.4.1 source code.zip | 2024-05-20 | 279.9 kB | |
Totals: 3 Items | 462.5 kB | 0 |
Highlights
- Drone dynamics by @gy2256 in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/83 !!!
- Fix a bug where the package mass was not passed to the constructor in the transport scenarios by @kfu02 in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/91
- Introduce
scenario.render_origin
by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/93 - Compatibility with Python 3.11 by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/95
- Better tests and CI on all platforms https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/89
- Now VMAS has docs!
What's Changed
- [Dynamics] Drone dynamics by @gy2256 in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/83
- [CodeQuality] Pre-commit formatting by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/87
- [Docs] First instance of basic docs by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/85
- [Docs] Usage by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/88
- [Test] Better tests and multi OS by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/89
- [Notbooks] Refresh notebooks by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/90
- [Bug] Package mass arg now passed into constructor by @kfu02 in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/91
- [Render] Introduce
scenario.render_origin
by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/93 - [Quality] Python 3.11 by @matteobettini in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/95
New Contributors
- @kfu02 made their first contribution in https://github.com/proroklab/VectorizedMultiAgentSimulator/pull/91
Full Changelog: https://github.com/proroklab/VectorizedMultiAgentSimulator/compare/VMAS-1.4.0...VMAS-1.4.1