Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 319 Bytes

index.rst

File metadata and controls

15 lines (10 loc) · 319 Bytes

Planning

keras-gym provides planning methods. The only planning method that is currently implemented is the variant of Monte Carlo tree search (MCTS) that is used in AlphaZero. The goal is to implement more planning methods in the near future.

Objects

monte_carlo_tree_search