Skip to content

Commit 849fde1

Browse files
initial commit
0 parents  commit 849fde1

File tree

4 files changed

+1758
-0
lines changed

4 files changed

+1758
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Install required python packages:
2+
```bash
3+
pip install -r requirements.txt
4+
```
5+
6+
To reproduce the main results, run GoGePo in different environments:
7+
```bash
8+
python3 gogepo.py --env_name Swimmer-v3 --use_gpu 1
9+
python3 gogepo.py --env_name Hopper-v3 --use_gpu 1
10+
python3 gogepo.py --env_name InvertedPendulum-v2 --use_gpu 1
11+
python3 gogepo.py --env_name MountainCarContinuous-v0 --use_gpu 1
12+
```

0 commit comments

Comments
 (0)