Skip to content

Releases: proroklab/VectorizedMultiAgentSimulator

VMAS-1.2.13

02 Nov 16:05

Choose a tag to compare

  • 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

20 Sep 21:32

Choose a tag to compare

What's Changed

Full Changelog: VMAS-1.2.11...VMAS-1.2.12

VMAS-1.2.11

24 May 09:18

Choose a tag to compare

  • Differential drive robot dynamics now available b9199e8
  • Observations can be also dictionaries of tensors now 25250a0

VMAS-1.2.10

10 May 16:40

Choose a tag to compare

Many new exciting things in vmas!:

VMAS-1.2.9

06 Apr 08:33

Choose a tag to compare

  • 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

20 Mar 14:54

Choose a tag to compare

VMAS-1.2.7

20 Mar 11:46

Choose a tag to compare

VMAS-1.2.6

20 Jan 08:55

Choose a tag to compare

  • now env has done() function which wraps horizon (step counting)

VMAS-1.2.5

19 Jan 23:30

Choose a tag to compare

  • introduced vmas_env.to(device) which allows to change the device a vmas enviornment is using during execution

VMAS-1.2.4

18 Jan 14:26

Choose a tag to compare

  • fix a packaging issue on pypi