amazon-sagemaker-tsp-deep-rl
amazon-sagemaker-tsp-deep-rl copied to clipboard
train, deploy, and make inferences using deep reinforcement learning to solve the Travelling Salesperson Problem
This commit addresses issue #9 by adapting the scripts to the changes introduced in ipython 8, which disables the ipython_config.py trick to prevent potential Execution with Unnecessary Privileges. To mitigate...
Following `pytorch_inference.ipynb` steps, created a ipynb in `cd SageMaker/amazon-sagemaker-tsp-deep-rl` but got `ModuleNotFoundError: No module named 'problems'` Cloned `https://github.com/chaitjo/learning-tsp/tree/bb28f5795924d99f7e7d945695e884f8d1f7df45/problems` to same directory Got `ModuleNotFoundError: No module named 'inference'` Could not find...