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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -87,6 +87,8 @@ 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
  from stable_baselines3 import PPO
91
  from IPython.display import Video, display
92
  import os
 
87
  print(f"mean_reward={mean_reward:.2f} +/- {std_reward}")
88
 
89
  # create a video (for colab)
90
+
91
+ import gymnasium
92
  from stable_baselines3 import PPO
93
  from IPython.display import Video, display
94
  import os