mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-09 21:59:22 +08:00
Merge pull request #316 from joeADSP/docs/unit-4-hands-on-action-space-description
docs: update PixelCopter action space notes
This commit is contained in:
@@ -888,8 +888,8 @@ The observation space (7) 👀:
|
||||
- next blocks bottom y location
|
||||
|
||||
The action space(2) 🎮:
|
||||
- Up
|
||||
- Down
|
||||
- Up (press accelerator)
|
||||
- Do nothing (don't press accelerator)
|
||||
|
||||
The reward function 💰:
|
||||
- For each vertical block it passes, it gains a positive reward of +1. Each time a terminal state is reached it receives a negative reward of -1.
|
||||
|
||||
Reference in New Issue
Block a user