File size: 517 Bytes
5b0c769
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

---
      tags:
      - SpaceInvadersNoFrameskip-v4
      - deep-reinforcement-learning
      - reinforcement-learning
      - stable-baselines3
---
    
  # **PPO** Agent playing **SpaceInvadersNoFrameskip-v4**
  This is a trained model of a **PPO** agent playing **SpaceInvadersNoFrameskip-v4** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).

  ## Evaluation Results
  
  mean_reward=960.00 +/- 483.4252786108728
  
  ## Usage (with Stable-baselines3)

  TODO: Add your code