ElegantRL
ElegantRL copied to clipboard
How to use 2-dimension state space using elegantRL?
When we use SB3 and gym to construct agent and environment, we can define (N,M) dim state space. But in ElegantRL, we can only define the state_dim as int, same as the input dim of NN. Why are they different?