Skip to content

Releases: openai/procgen

0.10.7

24 Jan 17:31
5e1dbf3
Compare
Choose a tag to compare
  • Custom ToBaselinesVecEnv to support VecVideoRecorder from @bragajj: #62

0.10.6

15 Jan 04:25
Compare
Choose a tag to compare
  • Change supported pythons to be 3.7-3.10

0.10.5

15 Jan 02:51
Compare
Choose a tag to compare
0.10.5 Pre-release
Pre-release

test release

0.10.4

10 Jul 22:00
Compare
Choose a tag to compare
  • More fixes to gym rendering

0.10.3

15 Jun 18:36
Compare
Choose a tag to compare
  • fix render option for gym environment

0.10.2

03 Jun 16:46
Compare
Choose a tag to compare
  • fix interactive script

0.10.1

03 Jun 15:50
Compare
Choose a tag to compare
  • build fixes
  • save action during libenv_act

0.10.0

03 Jun 15:38
615e751
Compare
Choose a tag to compare
  • add set_state, get_state methods to save/restore environment state
  • new flags: use_backgrounds, restrict_themes, use_monocrhome_assets
  • switch to use gym3 instead of libenv + Scalarize, gym and baselines.VecEnv interfaces are still available with the same names, the gym3 environment is called ProcgenGym3Env
  • zero initialize more member variables
  • changed info dict to have more clear keys, prev_level_complete tells you if the level was complete on the previous timestep, since the info dict corresponds to the current timestep, and the current timestep is never on a complete level due to automatic resetting. Similarly, prev_level_seed is the level seed from the previous timestep.
  • environment creation should be slightly faster

0.9.4

10 Jan 23:29
3f38ddc
Compare
Choose a tag to compare
  • add random agent script
  • add example Dockerfile

0.9.3

29 Dec 08:07
5db35f3
Compare
Choose a tag to compare
  • changed pyglet dependency to pyglet~=1.4.8
  • fix issue with procgen thinking it was installed in development mode and attempting to build when installed from a pypi package
  • make procgen more fork safe when num_threads=0