Skip to content

Commit

Permalink
Fixed missing import of spaces from Gymnasium
Browse files Browse the repository at this point in the history
  • Loading branch information
Travh98 authored Dec 4, 2024
1 parent e1d89c9 commit 5cabe47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot_rl/wrappers/onnx/stable_baselines_export.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import torch
from gymnasium.vector.utils import spaces
from gymnasium import spaces
from stable_baselines3 import PPO, SAC


Expand Down

0 comments on commit 5cabe47

Please sign in to comment.