Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanmo committed May 14, 2024
1 parent da4dfd3 commit 6997269
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/rlexplore/2 rlexplore_with_sb3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
"from stable_baselines3 import PPO, SAC\n",
"import torch as th\n",
"\n",
"# ===================== load the reward module ===================== #\n",
"import sys\n",
"sys.path.append('../../')\n",
"from rllte.xplore.reward import E3B\n",
"# ===================== load the reward module ===================== #"
"from rllte.xplore.reward import E3B"
]
},
{
Expand Down

0 comments on commit 6997269

Please sign in to comment.