marmotlab / PRIMAL2

Training code PRIMAL2 - Public Repo
MIT License
150 stars 59 forks source link

In branch continuous_testing, Map_Generator.py. about FlatlandObserver and FlatlandEnv #4

Closed 544211707 closed 3 years ago

544211707 commented 3 years ago

from FlatlandEnv import *

from FlatlandObserver import FlatlandObserver line 10 and 12

Where are the two dependencies FlatlandEnv and FlatlandObserver? Why do I always report errors? This is a custom. py file, right?

GilesLuo commented 3 years ago

Hi, Thanks a lot for reporting this issue. The two dependencies were wrongly named previously (because of our code iteration). A new version of the fix has been uploaded. Pls kindly confirm that the code works well.

Best, Zhiyao