Skip to content

Fix error in FirstOrderEnvironment

Michalík, Petr requested to merge (removed):master into master

I have encountered an error in the FirstOrderEnvironment class.

  • Variable observation in the _nextObservation function is not defined (line self.lastObservation = observation fails)

  • Replacing variable observation with self.lastObservation in the action function

Merge request reports