← 🎮 Machine Learning & Neural Networks

🎮 Deep Q-Network: Learning to Play from Pixels

Episode: 1
Reward: 0.00
Drag — rotate · Scroll — zoom

🎮 Deep Q-Network: Learning to Play from Pixels

The 3D simulation visualises an agent's neural network estimating Q-values for each possible action as it explores a simple environment, alongside its experience replay buffer filling and its target network trailing the main network's weights.

🔬 What It Demonstrates

The 3D simulation visualises an agent's neural network estimating Q-values for each possible action as it explores a simple environment, alongside its experience replay buffer filling and its target network trailing the main network's weights.

🎮 How to Use

Pick an environment and training speed, then press play to watch the agent explore, sample batches from replay memory, and periodically sync its target network; pause anytime to inspect the current Q-value estimates.

💡 Did You Know?

DeepMind's original DQN agent was trained on the exact same network architecture and hyperparameters across all 49 Atari games, with no game-specific tuning, yet still outperformed a professional human tester on the majority of them.