Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update policy_pool path in README.md and random3_benchmark.yml #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,12 @@ We implement a human study platform, including game-playing, subjective ranking,

#### Debug Mode
```shell
export POLICY_POOL="zsc_eval/policy_pool"; python zsc_eval/human_exp/overcooked-flask/app.py
export POLICY_POOL="zsceval/policy_pool"
python zsceval/human_exp/overcooked-flask/app.py
```
#### Production Mode
```shell
bash zsc_eval/human_exp/human_exp_up.sh
bash zsceval/human_exp/human_exp_up.sh
```

## 🛠️ Code Structure Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@ sp1:
featurize_type: ppo
algo: SP
model_path:
actor: random3/fcp/s1/sp-S1-s15/sp1_final_actor.pt
actor: random3/fcp/s1/sp/sp1_final_actor.pt
sp2:
policy_config_path: random3/policy_config/mlp_policy_config.pkl
featurize_type: ppo
algo: SP
model_path:
actor: random3/fcp/s1/sp-S1-s15/sp2_final_actor.pt
actor: random3/fcp/s1/sp/sp2_final_actor.pt
sp3:
policy_config_path: random3/policy_config/mlp_policy_config.pkl
featurize_type: ppo
algo: SP
model_path:
actor: random3/fcp/s1/sp-S1-s15/sp3_final_actor.pt
actor: random3/fcp/s1/sp/sp3_final_actor.pt
e3t1:
policy_config_path: random3/policy_config/mlp_policy_config.pkl
featurize_type: ppo
Expand Down