You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes the type of observation_space from ObservationSpaceSpec
to gym.Space. This is to maintain compatibility with the gym
interface, which requires that the observation_space is a Space. The
ObservationSpaceSpec is now available at
CompilerEnv.observation_space_spec.
Fixesfacebookresearch#225.
This changes the type of observation_space from ObservationSpaceSpec
to gym.Space. This is to maintain compatibility with the gym
interface, which requires that the observation_space is a Space. The
ObservationSpaceSpec is now available at
CompilerEnv.observation_space_spec.
Fixesfacebookresearch#225.
This changes the type of observation_space from ObservationSpaceSpec
to gym.Space. This is to maintain compatibility with the gym
interface, which requires that the observation_space is a Space. The
ObservationSpaceSpec is now available at
CompilerEnv.observation_space_spec.
Fixesfacebookresearch#225.
🐛 Bug
Currently,
CompilerGym.observation_space
is anObservationSpaceSpec
. This is inconsistent with the gym interface. It should beSpace
.The text was updated successfully, but these errors were encountered: