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

Add break routine when trapped

ljvmiranda921 opened this issue · comments

There is a possibility, given long sequences, that your structure will be “trapped” inside its own structure. This means that there are no more available moves and you still have polymers to be placed. How will you resolve that?

My idea is to forcefully break the loop. Give a large penalty when this happens.