gym-lattice icon indicating copy to clipboard operation
gym-lattice copied to clipboard

Use numpy.meshgrid as observation data structure?

Open ljvmiranda921 opened this issue 6 years ago • 0 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

ljvmiranda921 avatar Apr 07 '18 00:04 ljvmiranda921