-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
23 lines (23 loc) · 938 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.idea/
*/__pycache__
runs/
wandb/
nohup_log/
*backup
*.sh
*.pyc
source_code/algorithms/__pycache__/__init__.cpython-38.pyc
source_code/algorithms/__pycache__/models.cpython-38.pyc
source_code/algorithms/__pycache__/utils.cpython-38.pyc
source_code/algorithms/algo/__pycache__/__init__.cpython-38.pyc
source_code/algorithms/algo/__pycache__/buffer.cpython-38.pyc
source_code/algorithms/algo/__pycache__/main.cpython-38.pyc
source_code/algorithms/algo/__pycache__/yyx_agent_base.cpython-38.pyc
source_code/algorithms/algo/agent/__pycache__/__init__.cpython-38.pyc
source_code/algorithms/algo/agent/__pycache__/DPPO.cpython-38.pyc
source_code/algorithms/config/__pycache__/__init__.cpython-38.pyc
source_code/env_configs/__pycache__/__init__.cpython-38.pyc
source_code/envs/__pycache__/__init__.cpython-38.pyc
source_code/envs/__pycache__/config_3d.cpython-38.pyc
source_code/envs/__pycache__/env_mobile.cpython-38.pyc
source_code/nohup.out