Hamze-Hammami commited on
Commit
ee1442a
1 Parent(s): 3447292

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -87,7 +87,6 @@ mean_reward, std_reward = evaluate_policy(model, eval_env, n_eval_episodes=10, d
87
  print(f"mean_reward={mean_reward:.2f} +/- {std_reward}")
88
 
89
  # create a video (for colab)
90
- import gym
91
  from stable_baselines3 import PPO
92
  from IPython.display import Video, display
93
  import os
 
87
  print(f"mean_reward={mean_reward:.2f} +/- {std_reward}")
88
 
89
  # create a video (for colab)
 
90
  from stable_baselines3 import PPO
91
  from IPython.display import Video, display
92
  import os