Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Version] Updating to torch 1.13 #627

Merged
merged 8 commits into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tutorials
  • Loading branch information
vmoens committed Oct 30, 2022
commit fbc1733a8332ec79e358a74a74e0bf22ed6fa8cd
17 changes: 9 additions & 8 deletions tutorials/coding_ddpg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"outputs": [],
"source": [
"!pip install functorch\n",
"!pip install \"gym[classic_control]\"\n",
"!pip install dm_control matplotlib tqdm\n",
"!pip install torchrl"
Expand Down Expand Up @@ -808,16 +807,18 @@
]
},
{
"cell_type": "markdown",
"id": "fe149c1a",
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"We can now create the replay buffer as part of the initialization"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
},
"source": [
"We can now create the replay buffer as part of the initialization"
]
}
},
{
"cell_type": "code",
Expand Down Expand Up @@ -1549,4 +1550,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Loading