Skip to content

[PPO discrete actions] model v1, experiment 2 #50

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

Open
wants to merge 3 commits into
base: ppo-nm
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
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")

#for concurrent runs and logging
experiment='ppo-nm'
experiment='ppo-nm-exp2'
if __name__ == "__main__":
hyperparams = {
'num_epochs': 25000, # Number of training episodes
Expand All @@ -23,12 +23,12 @@
'c2': 0.01, # Entropy coeff
'lr': 1e-3, # Learning rate
'gamma': 0.99, # Discount rate
'log_interval': 10, # controls how often we log progress
'log_interval': 5, # controls how often we log progress
'stack_frames': 4,
'device': device,
'experiment':experiment,
'params_path': f'./params/policy-params-{experiment}.dl',
'action_set_num': 0,
'action_set_num': 1,
'train': True
}

Expand Down
Binary file added params/policy-params-ppo-nm-exp2.dl
Binary file not shown.
1 change: 1 addition & 0 deletions runs/Apr06_18-50-38_kenya/download.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Download the TensorBoard run from [this Dropbox URL](https://www.dropbox.com/s/m1g0r1p4tkhea4h/events.out.tfevents.1617727838.kenya.108129.0?dl=0)