add ppo model, add cpu and cuda device support

This commit is contained in:
Arthur Lu
2024-03-20 21:17:44 -07:00
parent b46d335044
commit 4f8ca4aa06
6 changed files with 11 additions and 7 deletions

4
.gitignore vendored
View File

@@ -1,6 +1,6 @@
**/data/*
**/*.zip
**/__pycache__
/env
**/runs/*
**/wandb/*
**/wandb/*
**/models/*