Reinforcement Learning�
Introduction (Markov Decision Process)
Introduction
Topics
Topics
Topics
Topics
Topics
Topics
→ during test stage
→ during test stage
Topics
Example
Topics
Reinforcement learning example
Proximal policy optimization (PPO)
slippery
Each time step incurs -1 reward, unless the player stepped into the cliff, which incurs -100 reward.
Actor-Critic Idea
Step 1: Init Actor Network
Step 2: Init Critic Network
Step 3: Collect trajectories
Step 4: Rewards to go
Step 5: Calculate the advantages
Step 6: Optimize the Critic Network
Step 7: Optimize the Actor Network
If the ratio (new network is a bit different from the old network), go ahead and make the slight change
Don't make change (clipping!)
Step 8 and 9
Step 8:
Step 9:
Proximal policy optimization (PPO)