Skip to content

Commit

Permalink
Fresh run of tutorial 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Jan 22, 2024
1 parent 16e315b commit 074cff6
Showing 1 changed file with 42 additions and 41 deletions.
83 changes: 42 additions & 41 deletions tutorials/2-basic-gym.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:27.874219Z",
"start_time": "2024-01-18T22:15:27.461125Z"
"end_time": "2024-01-22T12:05:01.184731Z",
"start_time": "2024-01-22T12:05:00.795408Z"
}
},
"id": "6a8c350e03c758af",
Expand All @@ -75,8 +75,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:27.878164Z",
"start_time": "2024-01-18T22:15:27.875104Z"
"end_time": "2024-01-22T12:05:01.188249Z",
"start_time": "2024-01-22T12:05:01.185756Z"
}
},
"id": "ea3f3c96625e869",
Expand Down Expand Up @@ -117,8 +117,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:27.881299Z",
"start_time": "2024-01-18T22:15:27.877688Z"
"end_time": "2024-01-22T12:05:01.191740Z",
"start_time": "2024-01-22T12:05:01.188388Z"
}
},
"id": "2adc89a51e6606ff",
Expand Down Expand Up @@ -156,8 +156,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:28.435423Z",
"start_time": "2024-01-18T22:15:27.882696Z"
"end_time": "2024-01-22T12:05:01.632Z",
"start_time": "2024-01-22T12:05:01.192493Z"
}
},
"id": "8f41d4a78c5fd3cf",
Expand Down Expand Up @@ -196,8 +196,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:28.438028Z",
"start_time": "2024-01-18T22:15:28.436405Z"
"end_time": "2024-01-22T12:05:01.660873Z",
"start_time": "2024-01-22T12:05:01.651694Z"
}
},
"id": "5420cccfd23809c5",
Expand Down Expand Up @@ -234,8 +234,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:28.439973Z",
"start_time": "2024-01-18T22:15:28.438868Z"
"end_time": "2024-01-22T12:05:01.661371Z",
"start_time": "2024-01-22T12:05:01.653933Z"
}
},
"id": "3c3e2fa439f0ed4d",
Expand Down Expand Up @@ -273,8 +273,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:28.961767Z",
"start_time": "2024-01-18T22:15:28.441302Z"
"end_time": "2024-01-22T12:05:02.173737Z",
"start_time": "2024-01-22T12:05:01.656401Z"
}
},
"id": "d7207f005843178f",
Expand Down Expand Up @@ -314,8 +314,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:29.481958Z",
"start_time": "2024-01-18T22:15:28.960651Z"
"end_time": "2024-01-22T12:05:02.695609Z",
"start_time": "2024-01-22T12:05:02.173262Z"
}
},
"id": "b3af97cae58a5e09",
Expand Down Expand Up @@ -348,8 +348,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:29.508673Z",
"start_time": "2024-01-18T22:15:29.480811Z"
"end_time": "2024-01-22T12:05:02.741119Z",
"start_time": "2024-01-22T12:05:02.696368Z"
}
},
"id": "9091ef7c5c2c6ebb",
Expand All @@ -372,11 +372,11 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Observation shape: (10, 4)\n",
"Action shape: (10,)\n",
"Reward shape: (10,)\n",
"Done shape: (10,)\n",
"Next observation shape: (10, 4)\n"
"Observation shape: (38, 4)\n",
"Action shape: (38,)\n",
"Reward shape: (38,)\n",
"Done shape: (38,)\n",
"Next observation shape: (38, 4)\n"
]
}
],
Expand All @@ -390,8 +390,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:29.509056Z",
"start_time": "2024-01-18T22:15:29.501121Z"
"end_time": "2024-01-22T12:05:02.741622Z",
"start_time": "2024-01-22T12:05:02.737084Z"
}
},
"id": "87743a3a193d2f5",
Expand Down Expand Up @@ -424,7 +424,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[1 1 1 0 1 1 0 1 1 0]\n"
"[0 1 0 0 0 1 0 1 0 1 1 0 1 0 1 1 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 1 1 1 0 0 1\n",
" 0]\n"
]
}
],
Expand All @@ -434,8 +435,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:29.509476Z",
"start_time": "2024-01-18T22:15:29.503952Z"
"end_time": "2024-01-22T12:05:02.741901Z",
"start_time": "2024-01-22T12:05:02.739467Z"
}
},
"id": "7bac6d8ceb1ca4b9",
Expand Down Expand Up @@ -466,8 +467,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:29.522063Z",
"start_time": "2024-01-18T22:15:29.506494Z"
"end_time": "2024-01-22T12:05:02.757365Z",
"start_time": "2024-01-22T12:05:02.741947Z"
}
},
"id": "cc6e1aebec673d27",
Expand Down Expand Up @@ -500,8 +501,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:29.542060Z",
"start_time": "2024-01-18T22:15:29.521517Z"
"end_time": "2024-01-22T12:05:02.775739Z",
"start_time": "2024-01-22T12:05:02.756588Z"
}
},
"id": "777ae3b4235af5e1",
Expand Down Expand Up @@ -545,8 +546,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:30.040752Z",
"start_time": "2024-01-18T22:15:29.524350Z"
"end_time": "2024-01-22T12:05:03.286519Z",
"start_time": "2024-01-22T12:05:02.758783Z"
}
},
"id": "899fa9b018b34048",
Expand Down Expand Up @@ -579,8 +580,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:37.081537Z",
"start_time": "2024-01-18T22:15:30.040006Z"
"end_time": "2024-01-22T12:05:10.569759Z",
"start_time": "2024-01-22T12:05:03.287684Z"
}
},
"id": "dac6af7393d0f866",
Expand All @@ -607,7 +608,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Your reward is 15.0\n"
"Your reward is 13.0\n"
]
}
],
Expand All @@ -617,8 +618,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:37.085349Z",
"start_time": "2024-01-18T22:15:37.082229Z"
"end_time": "2024-01-22T12:05:10.573865Z",
"start_time": "2024-01-22T12:05:10.570277Z"
}
},
"id": "8a9e4fc3efc77d72",
Expand All @@ -645,8 +646,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-01-18T22:15:39.126350Z",
"start_time": "2024-01-18T22:15:37.084354Z"
"end_time": "2024-01-22T12:05:12.609152Z",
"start_time": "2024-01-22T12:05:10.572592Z"
}
},
"id": "4447e862eb37c7c9",
Expand Down

0 comments on commit 074cff6

Please sign in to comment.