delete gym-wordle, fix some issues in letter_guess gym, add wandb integration

This commit is contained in:
Arthur Lu
2024-03-19 16:49:01 -07:00
parent fc197acb6e
commit f40301cac9
10 changed files with 2957 additions and 15777 deletions

4
.gitignore vendored
View File

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