Get AI summaries of any video or article — Sign up free

Stable Baselines 3 — Topic Summaries

AI-powered summaries of 3 videos about Stable Baselines 3.

3 summaries

No matches found.

A. I. Learns to Play Starcraft 2 (Reinforcement Learning)

sentdex · 3 min read

A reinforcement-learning agent can learn to play StarCraft 2 at least at the “macro” level by using a custom, simplified minimap representation as...

Reinforcement LearningStarCraft 2Stable Baselines 3

Saving and Loading Models - Stable Baselines 3 Tutorial (P.2)

sentdex · 2 min read

Reinforcement learning runs can look “good” early and then collapse later, so the practical fix is to save checkpoints and track training metrics...

Model CheckpointingTensorBoard LoggingStable Baselines 3

Tweaking Custom Environment Rewards - Reinforcement Learning with Stable Baselines 3 (P.4)

sentdex · 2 min read

Reward design—not the learning algorithm—was the deciding factor in whether the snake agent learned anything useful. After an initial Doom-to-snake...

Reward ShapingEuclidean DistanceUnintended Incentives