self.algorithm = config.build(env="CartPole-v0") self.algorithm = config.build(env="CartPole-v1") # Restore the algo's state from the checkpoint. self.algorithm.restore(checkpoint_path)18 changes: 16 additions & 2 deletions 18 docker/ray-ml/install-ml-docker-requirements.sh Original file...