Understand
Reinforcement learning (RL) has achieved remarkable performance in numerous sequential decision making and control tasks.
- However, a common problem is that learned nearly optimal policy always overfits to the training environment and may not be extended to situations never encountered during training.
- For practical applications, the randomness of environment usually leads to some devastating events, which should be the focus of safety-critical systems such as autonomous driving.
- In this paper, we introduce the minimax formulation and distributional framework to improve the generalization ability of RL algorithms and develop the Minimax Distributional Soft Actor-Critic (Minimax DSAC) algorithm.
Reading the bibliography…