v0.4.0
From CHANGELOG.md:
Added
- New field in composite action space "vec_type" which is a discrete variable that can be used to indicate if the action vector represents throttle values (-1, 1 in each axes) or thrust values (in Newtons in each axes)
Changed
- further abstracted code from
pe1_base.PursuitEvadeGroup1Env
andlbg1_base.LadyBanditGuardGroup1Env
intobase_envs.Group1BaseEnv
which defines the composite action space shared across the child classes
Full Changelog: v0.3.0...v0.4.0