mmm / infrastructure-gym

Train Reinforcement-Learning agents to understand and control cloud infrastructure
Apache License 2.0
3 stars 1 forks source link

return load-decorated node graphs as a hypercube to the environment/agent #43

Open mmm opened 5 years ago

mmm commented 5 years ago

Want state_space to be of type spaces.Box.

Not sure how to handle the changing dimensionality of this... hopefully agents can handle decreasing dim of state_space, but might have to just pad. :-/