An open API service indexing awesome lists of open source software.

https://github.com/cla7aye15i4nd/closeai

CloseAI is a deep reinforcement learning agent using Prior Dueling DQN, Double DQN, for Atari games, course project of CS420 at ACM Class, Shanghai Jiao Tong University.
https://github.com/cla7aye15i4nd/closeai

atari-games double-dqn dueling-dqn reinforcement-learning

Last synced: about 2 months ago
JSON representation

CloseAI is a deep reinforcement learning agent using Prior Dueling DQN, Double DQN, for Atari games, course project of CS420 at ACM Class, Shanghai Jiao Tong University.

Awesome Lists containing this project

README

        

# CloseAI
CloseAI is a deep reinforcement learning agent for Atari games, course project of CS420.

### Introduction

Prior Dueling DQN

## Result

| Environment | Scores |
| ----------------------- | --------- |
| PongNoFrameskip-v4 | 20.0 |
| FreewayNoFrameskip-v4 | 30.5 |
| AtlantisNoFrameskip-v4 | 2,705,425.0 |
| TutankhamNoFrameskip-v4 | 265.3 |
| KrullNoFrameskip-v4 | 11,135.0 |

## Gallery

| Atlantis | Freeway | Krull | Pong | Tutankham |
| :------------------------------------------: | :-----------------------------------------: | :-------------------------------------------: | :--------------------------------------: | :-------------------------------------------: |
| ![](result/webp/AtlantisNoFrameskip-v4.webp) | ![](result/webp/FreewayNoFrameskip-v4.webp) | ![](result/webp/KrullNoFrameskip-v4.mp4.webp) | ![](result/webp/PongNoFrameskip-v4.webp) | ![](result/webp/TutankhamNoFrameskip-v4.webp) |