Init
This commit is contained in:
commit
a291702af9
216 changed files with 39249 additions and 0 deletions
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
src/overcooked_teacher_layout_imgs
|
||||
|
||||
*~
|
||||
.venv
|
||||
venv
|
||||
env
|
||||
!.gitkeep
|
||||
tmp
|
||||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
*.map
|
||||
*.pyc
|
||||
*.h5
|
||||
__pycache__/
|
||||
.pytest_cache
|
||||
dist/
|
||||
**/data/
|
||||
**/logs/
|
||||
**/results/
|
||||
**/images/
|
||||
**/wandb/
|
||||
**/figures/
|
||||
**/config/wandb.json
|
||||
!docs/images
|
||||
src/*.egg-info
|
||||
**/.ipynb_checkpoints/
|
||||
!src/minimax/config
|
Loading…
Add table
Add a link
Reference in a new issue