When building a custom gym environment for RL model training, there's a step() method which requires parameter "action". I don't quite understand what kind of varieble should "action" be. So is it related to the observation_space or defined somewhere else?
I am really a greenhand in RL and I could not figure out what it should be. It will be very nice of you to tell me if you know!