Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:59:51 +08:00
commit 5d6566c75f
16 changed files with 19958 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "yzmir-deep-rl",
"description": "Reinforcement learning - DQN, PPO, SAC, reward shaping, exploration - 13 skills",
"version": "1.0.2",
"author": {
"name": "tachyon-beep",
"url": "https://github.com/tachyon-beep"
},
"skills": [
"./skills"
]
}