2018-11
calc_reward
inScrimmageOpenAIAutonomy
now return a tuple of whether the plugin is done, the reward, and a pybind11 dictionary. The prior behavior was a pair including done and the reward.
2018-10
- plugins inheriting from
ScrimmageOpenAIAutonomy
now overrideinit_helper
andstep_helper
instead ofinit
andstep_autonomy
. - To access python libraries, do
import scrimmage.utils
,import scrimmage.bindings
, andimport scrimmaage.proto_utils