Skip to content

Commit

Permalink
Unwrap gym env inside Ray wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbschneider committed Nov 17, 2024
1 parent a9978b6 commit 9924cb0
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 191 deletions.
6 changes: 3 additions & 3 deletions examples/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
Expand Down Expand Up @@ -89,7 +89,7 @@
],
"source": [
"# installation via PyPI\n",
"!pip install -U mobile-env"
"%pip install -U mobile-env"
]
},
{
Expand Down Expand Up @@ -500,7 +500,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down
Loading

0 comments on commit 9924cb0

Please sign in to comment.