For questions related to deep reinforcement learning (DRL), that is, RL combined with deep learning. More precisely, deep neural networks are used to represent e.g. value functions or policies.
Questions tagged [deep-rl]
511 questions
1
vote
2 answers
How to handle the dead agent in multi-agent environment?
I try to implement deep reinforcement learning on a defender-vs-attacker problem, where agents can be destroyed by enemies. I am coding both the environment and the RL algorithm. The agent can observe his own state and other's. As we know, the input…

zhixin
- 43
- 4