Skip to content

Fix best rollout

brian.lee requested to merge fix-best-rollout into simulation
  • add future print_function
  • change behaviour of best_rollout - best_rollout was only ever updated during creation, but not during mcts iterations.
  • add best_reward property so that best_rollout gets updated properly

Merge request reports