mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-10 06:08:31 +08:00
Update the mistake with revert
This commit is contained in:
@@ -901,9 +901,9 @@
|
||||
" total_rewards_ep += reward\n",
|
||||
" \n",
|
||||
" if done:\n",
|
||||
" episode_rewards.append(total_rewards_ep)\n",
|
||||
" break\n",
|
||||
" state = new_state\n",
|
||||
" episode_rewards.append(total_rewards_ep)\n",
|
||||
" mean_reward = np.mean(episode_rewards)\n",
|
||||
" std_reward = np.std(episode_rewards)\n",
|
||||
"\n",
|
||||
@@ -1774,7 +1774,7 @@
|
||||
"QZ5LrR-joIHD",
|
||||
"EtrfoTaBoNrd"
|
||||
],
|
||||
"name": "Unit 2: Q-Learning with FrozenLake-v1 and Taxi-v3.ipynb",
|
||||
"name": "Copie de Unit 2: Q-Learning with FrozenLake-v1 and Taxi-v3.ipynb",
|
||||
"provenance": [],
|
||||
"private_outputs": true,
|
||||
"include_colab_link": true
|
||||
|
||||
Reference in New Issue
Block a user