bpriviere / decision_making

11 stars 0 forks source link

how does mcts select action? #5

Open chengyh23 opened 1 year ago

chengyh23 commented 1 year ago

in function select_action, it returns an undefined variable action https://github.com/bpriviere/decision_making/blob/f41c884d29773c78faba025b408d38b063b15c04/code/solvers/mcts.py#L41 how does it selection action in MCTS?

chengyh23 commented 1 year ago

it seems PUCTs are implemented while the naive MCTS is not.