← Back to Benchmarks
simmediumatarimetric · varies

Scalable Online Planning via Reinforcement Learning Fine-Tuning

Description

Lookahead search has been a critical component of recent AI successes, such as in the games of chess, go, and poker. However, the search methods used in these games, and in many other settings, are tabular. Tabular search methods do not scale well with the size of the search space, and this problem is exacerbated by stochasticity and partial observability. In this work we replace tabular search with online model-based fine-tuning of a policy neural network via reinforcement learning, and show th

Source

http://arxiv.org/abs/2109.15316v1