It appears that agent observations in the remote environment are not passing through as PlaneState(IntEnum) but as int. The current version on github sends the proper type in agent observations. I had one submission crash because state.name failed and then another generated 1gb log file that shows every incoming state is not and IntEnum.
Quick fix: convert agent state observation to PlaneState before using it.
Posted by: jkolen @ Dec. 3, 2023, 1:36 p.m.Hi jkolen,
Thank you, we are looking into this.
Posted by: adelanovic @ Dec. 4, 2023, 1:26 p.m.