Skip to content

Commit

Permalink
Sample countinous Action Space
Browse files Browse the repository at this point in the history
  • Loading branch information
larsll committed Apr 9, 2024
1 parent b99ca92 commit ae6419f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions defaults/model_metadata_cont.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"action_space": {
"speed": {
"high": 2,
"low": 1
},
"steering_angle": {
"high": 30,
"low": -30
}
},
"sensor": [
"FRONT_FACING_CAMERA"
],
"neural_network": "DEEP_CONVOLUTIONAL_NETWORK_SHALLOW",
"training_algorithm": "clipped_ppo",
"action_space_type": "continuous",
"version": "5"
}

0 comments on commit ae6419f

Please sign in to comment.