Fast Non-Episodic Finite-Horizon RL with K-Step Lookahead Thresholding
Abstract
Lay Summary
Many real-world decision problems, such as medical treatment or financial trading, happen over one fixed period without repeated restarts. Standard reinforcement learning methods often learn too slowly in this setting because they try to estimate the value of each action all the way to the final time. This paper proposes a faster alternative. Instead of planning to the end, the algorithm only looks ahead for the next few steps and chooses actions whose estimated value is above a threshold. This makes learning easier and helps the agent quickly avoid clearly poor actions. The paper proves that this approach can learn much faster than standard methods in finite-horizon, non-repeating settings. Experiments on several reinforcement learning environments show that the proposed method achieves higher cumulative reward than existing tabular RL algorithms, especially when the learning horizon is limited. This shows that in finite-horizon problems where learning time is limited, quickly learning a good approximate policy can be more valuable than slowly trying to learn the exact optimal policy.