This is a test repository for implementing RL algorithms and Intrinsic Reward papers.
Go to file
2023-02-01 19:36:09 +01:00
a3c A3C+ICM 2023-01-31 15:58:50 +01:00
ppo Adding PPO 2023-02-01 19:36:09 +01:00
.gitignore Initial commit 2023-01-27 14:42:55 +00:00
icm cartpole.py Cartpole Example 2023-01-30 17:59:26 +01:00
icm mario.py Changing main file 2023-01-30 17:57:49 +01:00
mario_env.py Mario Environment 2023-01-30 17:58:53 +01:00
models.py Neural Network Models 2023-01-30 17:59:11 +01:00
README.md Initial commit 2023-01-27 14:42:55 +00:00

Curiosity

This is a test repository for implementing RL algorithms and Intrinsic Reward papers.