Skip to content

Commit

Permalink
Merge pull request #30 from Cubevoid/final_data_collection
Browse files Browse the repository at this point in the history
Final data collection
  • Loading branch information
Cubevoid authored Apr 19, 2024
2 parents a53de02 + 62bf38f commit 19fba51
Show file tree
Hide file tree
Showing 232 changed files with 217 additions and 34 deletions.
6 changes: 3 additions & 3 deletions configs/data_collection/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ collector:
game: Pong
num_samples: 100
max_num_objects: 32
model: "SAM"
# model: "FastSAM-x"
# model: "SAM"
model: "FastSAM-x"
# model: "FastSAM-s"
force_collect: False
force_collect: False
5 changes: 3 additions & 2 deletions configs/training/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ lr: 0.001
batch_size: 32
time_steps: 10
num_objects: 8
name: debug-training
name: final-training
game: Pong
model: SAM
model: FastSAM-x
num_iterations: 1000
ground_truth_masks: false
t: 0

save_models: false
3 changes: 2 additions & 1 deletion configs/training/predictor/baseline.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_target_: src.model.predictor_baseline.PredictorBaseline
_target_: src.model.predictor_baseline.PredictorBaseline
num_actions: 18
3 changes: 2 additions & 1 deletion configs/training/predictor/residual.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
_target_: src.model.residual_predictor.ResidualPredictor
num_layers: 1
num_layers: 1
num_actions: 18
Loading

0 comments on commit 19fba51

Please sign in to comment.