forked from facebookresearch/nocturne
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20e6cac
commit a9697f8
Showing
14 changed files
with
6,716 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Model | ||
save_model: true # Save model after training | ||
model_name: "human_policy_data_2_scenes" # Name of saved model | ||
model_name: "human_policy" # Name of saved model | ||
save_model_path: ./models/il/ # Path to save model | ||
|
||
# Train | ||
total_samples: 10_000 # Number of obs-act-next_obs-done pairs to generate | ||
n_epochs: 100 # Training epochs | ||
total_samples: 150_000 # Number of obs-act-next_obs-done pairs to generate | ||
n_epochs: 200 # Training epochs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.