Class LearningProblemGenerator from learning_problem_generator.py is currently not working.
When you try to use it the following error arises:
AttributeError: 'RL_State' object has no attribute 'instances'
Solution:
- Either fix the issue
- Deprecate
LearningProblemGenerator and use LPGen instead.
Class
LearningProblemGeneratorfromlearning_problem_generator.pyis currently not working.When you try to use it the following error arises:
AttributeError: 'RL_State' object has no attribute 'instances'Solution:
LearningProblemGeneratorand use LPGen instead.