I am aware of the way to create a custom environment in Open AI.But is it possible to do it based on a trained neural network?
I have a trained neural network which specifies the relationship between states and action/reward. I am thinking about loading the network into the init function and use it in the step function. Does this sound the correct way to do it?