codereview-env / environment /__init__.py
SyamSashank's picture
Initial commit with OpenEnv structure
6e7ce30
raw
history blame contribute delete
125 Bytes
# Makes 'environment' a proper Python package
from .env import CodeReviewEnv
from .models import Action, Observation, Reward