launchpad
launchpad copied to clipboard
Hi, When I try to build LaunchPad from source to support tensorflow 2.14 I get some new errors. This was not a problem when building against TensorFlow 2.13. Traceback (most...
Do you have plans to release a version that can run on multiple machines in the future?
Closes #41. I tested this on my machine for Python 3.9 and 3.10. This seems to work fine. Some of the workaround for my previous fork no longer seems necessary....
Hi, I noticed that the following code cannot be interrupted by Ctrl-C. ```python def main(_): def signal_handler(): print("Called handler") launchpad.register_stop_handler(signal_handler) launchpad.unregister_stop_handler(signal_handler) print("Start") while True: print("foo") for i in range(100): time.sleep(0.1)...
When I tried to build launchpad following [this](https://github.com/deepmind/launchpad#develop-launchpad-inside-a-docker-container). I got: ```bash ./run_python_tests.sh ``` ```bash Traceback (most recent call last): File "", line 1, in File "/tmp/launchpad/launchpad/__init__.py", line 36, in from...
Hi Launchpad Team, Thanks for trying to help us with the https://github.com/deepmind/launchpad/issues/32, however, I don't think we have a release for the new TF version. Both the nightly and stable...
Hi, in my project I want to use dm-acme as rl framework. However, when importing e.g. `from acme.jax import experiments` I get an error for missing shared object file `libpython3.8.so.1.0`...
Hi, I'm trying to build launchpad from sources on a laptop with the M1 chip. Is it possible? I've tried using the Dockerfile provided - unsuccessfully. Curious to known if...
I noticed for Launchpad version 0.5.2 that there is a mismatch between the uploaded PyPi package and the head of the release branch. This is problematic because this [line](https://github.com/deepmind/launchpad/blob/9e453436d016c60455b56435f4930acc8fdc389a/launchpad/nodes/courier/courier_utils.py#L77) is...