Releases: sail-sg/envpool
Releases · sail-sg/envpool
0.4.2
New Env
Bug Fix
- Atari speed and correctness (#21, #35)
- avoid overwriting config when registering multiple envs (#29)
- remove -1 in python spec, otherwise it cannot use
action_spaec.sample()
(#34) - change abc_meta in py_envpool.h to support multiple pybind11 registrations in one file (#34)
Documentation
Enhancement
- add ci pipeline for generating wheels (#36)
- update issue templates
- add a warning when calling
envpool.seed
function (#22) - raise ValueError when
batch_size > num_envs
(#22) - move
reward
tocommon_state_spec
(#22) - add
reward_threshold
in config and will auto pop up inenv.spec.reward_threshold
(#24) - split registration to per-env (#26)
0.4.1
0.4.0
First open-source EnvPool version. Only include Atari environments but reserve multi-agent APIs for further integration.