exalearn / hydronet

HydroNet: Benchmark Tasks for Preserving Long-range Interactions and Structural Motifs in Predictive and Generative Models for Molecular Data, at the 34th Conference on Neural Information Processing Systems (NuerIPS), Workshop on Machine Learning and the Physical Sciences [https://arxiv.org/abs/2012.00131]
Apache License 2.0
7 stars 3 forks source link

Define the Shape of the Action and Observation Space #1

Closed WardLT closed 2 years ago

WardLT commented 3 years ago

We need to define the shape of the observation and action spaces to be able to plug out environment

The observation space could be a Dict space as it is composed of multiple steps, and the action space is a (3,) int array.

WardLT commented 2 years ago

No longer using OpenAI gym