RezaKakooee / space_layout_gym

MIT License
13 stars 1 forks source link

Running #2

Open jloveric opened 4 months ago

jloveric commented 4 months ago

Is there any documentation on running this, trying to piece it together, this is what I'm trying

python rl_agents/pg_learner.py 

It eventually fails as it's looking for a "plans.csv" file so what we need is a sample "plans.csv" or better yet, all the ones used in the paper.

RezaKakooee commented 4 months ago

Please set the following param to self.plan_config_source_name = 'fixed_test_config'

https://github.com/RezaKakooee/space_layout_gym/blob/b6df8262b92a71f60403b2eafc42acb321a3b493/gym-floorplan/gym_floorplan/envs/fenv_scenarios.py#L158C1-L159C1