techyAdventure / Deep-Q-Networks-with-Dual-Memory-Architecture-GridWorld

Completion of three Deep Q-Networks : Deep Q-Network (DQN), Double Deep Q-Network (DDQN), Double Dueling Deep Q-Network (D3QN)
10 stars 0 forks source link

What is the goal of the game?How can we describe the game? #1

Open deadseason opened 2 years ago

deadseason commented 2 years ago

i'm fresh in RL.Hope that you leave your email for discussion.

techyAdventure commented 2 years ago

This is a simple grid world environment where an agent search for a target that is moving in a single row. It's a simple simulation of a search and rescue environment. The goal of the agent is to find a lost moving target before the target leaves the grid.

deadseason commented 2 years ago

thanks.