ljvmiranda921 / gym-lattice

An HP 2D Lattice Environment with a Gym-like API for the Protein Folding Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use numpy.meshgrid as observation data structure?

ljvmiranda921 opened this issue · comments

This won’t really break a lot of things, and it eliminates the cost of creating a grid from a sequence length. The problem is that we tend to create unnecessarily large grids (well to further accommodate the edge case worst case of a one-directional chain), and we need to build a rid of just the right size