sebwindm / masterarbeit

1. Simulation of a job shop production system 2. Reinforcement Learning agent to control the production system
11 stars 5 forks source link

Variable "number_of_machines" doesn't impact the number of machines #6

Closed sebwindm closed 4 years ago

sebwindm commented 4 years ago

Changing the variable "number_of_machines" should influence the shop_type, but doesn't do so properly. Not all machine objects get instantiated, resulting in faulty behavior of the entire program.

sebwindm commented 4 years ago

49e90829e73a5b0eaefc2b4ac6b32e6accc28f8d inverted the behaviour, so now the number of machines is drawn from the environment instead of pushing the number to it. Change shop type now only in global_settings.py