Skip to content

Commit

Permalink
small merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Oct 10, 2023
1 parent 40dad49 commit 6e50a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/griddly/util/environment_generator_generator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from typing import Optional, List, Any, Dict
from typing import Optional, List, Any, Dict, Union
import gymnasium as gym
import numpy as np
import yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

from griddly.gym import GymWrapper
from griddly.util.render_tools import RenderToVideo
from griddly.wrappers import RenderWrapper

from griddly.wrappers.render_wrapper import RenderWrapper

class RecordingState(Enum):
NOT_RECORDING = 1
Expand Down

0 comments on commit 6e50a81

Please sign in to comment.