ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

How to use 2-dimension state space using elegantRL?

Open ZedRover opened this issue 3 years ago • 0 comments

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?

ZedRover avatar Oct 27 '22 01:10 ZedRover