SELAB3 Python Code
Loading...
Searching...
No Matches
Classes | Functions
environment.py File Reference

Contains the SimEnv class, an interface to the Unity project following gym Env interface and a function test_environment. More...

Classes

class  environment.environment.SimEnv
 Custom Environment that follows gym interface. More...
 

Functions

def environment.environment.test_environment ()
 Start the Unity environment and test certain functions like. More...
 

Detailed Description

Contains the SimEnv class, an interface to the Unity project following gym Env interface and a function test_environment.

The function starts the Unity project and tests some basic things like actions and side channels

Function Documentation

◆ test_environment()

def environment.environment.test_environment ( )

Start the Unity environment and test certain functions like.

actions and the functionality of side channels.