Skip to content

Commit

Permalink
[Enduro] The agent is now a professional Enduro-player. See `enduro.g…
Browse files Browse the repository at this point in the history
…if` or `example.ipynb` of the agent in action!
  • Loading branch information
hallvardnmbu committed Mar 13, 2024
1 parent 2617abf commit 0cfc3df
Show file tree
Hide file tree
Showing 7 changed files with 3,284 additions and 264 deletions.
30 changes: 1 addition & 29 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,4 @@ enduro
* input space [210, 160, 1]
* action space [9,]

The implementation, examples and results are presented in their corresponding directories. During
training of the latter four games, Orion HPC (https://orion.nmbu.no) at the Norwegian University of
Life Sciences (NMBU) provided computational resources.

---

N.b., in order for the examples to access atari games from `gymnasium`, Python<=3.10 must be used.

---

Relevant papers:

- "Human-level control through deep reinforcement learning"
doi:10.1038/nature14236
- "Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm"
arXiv:1712.01815v1

---

Learning goals:

- Understand and know how to build, use and deploy reinforcement learning algorithms
* Experiment with reinforcement agent(s) (for instance playing video-games)

Learning outcomes:

- Be competent in modern deep learning situations
* Understand (and to some extent be able to reproduce) cutting-edge “artificial intelligence”
models
The implementation, examples and results are pr
Binary file added enduro/enduro.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed enduro/results/enduro.gif
Binary file not shown.
24 changes: 12 additions & 12 deletions enduro/results/example.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 0cfc3df

Please sign in to comment.