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 tests

ljvmiranda921 opened this issue · comments

It would really be nice to add some automated tests and continuous integration for our base environment so that it's easier to extend in the future. I recommend using the pytest library. It's probably a good learning experience to do away with unittest for a while.