Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ai4co/rl4co

github-actions[bot] pushed 1 commit to gh-pages ai4co/rl4co
  • Deployed 28c1166 with MkDocs version: 1.6.1 e8cf947

View on GitHub

fedebotu pushed 1 commit to main ai4co/rl4co
  • [Test] attention implementation #228 28c1166

View on GitHub

fedebotu created a comment on an issue on ai4co/rl4co
I tried manually updating all dependencies, and it turns out that, on a 3090, the bug may be reproducible. In my case, the loss explodes during the Epoch 2 on [this notebook](https://github.com/ai4...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages ai4co/rl4co
  • Deployed 3f9eb35 with MkDocs version: 1.6.1 e7dfb69

View on GitHub

fedebotu pushed 8 commits to main ai4co/rl4co
  • [Minor] update ignore CO-related filetypes 8a4920e
  • [Minor] update ignore CO-related filetypes 697f45e
  • [Chore] update spec names 291a65a
  • [Version] 0.5.1; update dependencies cf52447
  • [Chore] update spec names 74b18bd
  • [Example] CVRPLib update 7a16b64
  • [Example] TSPLib update acb4b3d
  • [Version] 0.5.1dev0 3f9eb35

View on GitHub

ShuN6211 closed an issue on ai4co/rl4co
[BUG] Tensordict v0.6.0 is not compatible with rl4co
## Describe the bug Tensordictv0.6,0 was released in last night, but this is not compatible with rl4co. https://github.com/pytorch/tensordict/releases/tag/v0.6.0 ## To Reproduce ```bash cd...
ShuN6211 created a comment on an issue on ai4co/rl4co
@fedebotu @cbhua It has been a few days since TorchRL v0.6.0 was released, there is no troublesome in my end. If you are also have any problem, I would like to say let's close this issue.

View on GitHub

mojiajiqi starred ai4co/rl4co
alopezrivera created a comment on an issue on ai4co/rl4co
So far I was able to reproduce this behavior on the 4 systems below (all on RunPod), which makes me think the environment is the culprit here - L40, `pytorch:2.4.0-py3.11-cuda12.4.1-devel-ubuntu22...

View on GitHub

fedebotu created a comment on an issue on ai4co/rl4co
Good, also you may try testing it in another system. For example if the problem is reproducible in Google Colab, then it is likely an important issue in RL4CO. Otherwise it might be outside of our ...

View on GitHub

alopezrivera created a comment on an issue on ai4co/rl4co
In that case it is highly likely that this had to do with either numerical precision settings or some operation conducted inside my space vehicle routing environment. I'll look into those two possi...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages ai4co/rl4co
  • Deployed adac2f6 with MkDocs version: 1.6.1 5d88a5f

View on GitHub

fedebotu closed an issue on ai4co/rl4co
Can't train with the quickstart notebook
I have tried to run the quickstart notebook in colab and i couldn't train the model. The error is the following: ![bug](https://github.com/user-attachments/assets/815593ee-f6b3-489a-b787-b4ef06...
fedebotu created a comment on an issue on ai4co/rl4co
@alopezrivera most recent TorchRL and Tensordict have been released, still cannot reproduce the bug. When you become available, please let us know how to reproduce the result!

View on GitHub

fedebotu created a comment on an issue on ai4co/rl4co
PR merged. Thanks for your contribution~

View on GitHub

fedebotu closed an issue on ai4co/rl4co
[Feature Request] Does Floyd-Warshall algorithm perform better on tmat_class ATSP instance generation?
## Motivation The `ATSPGenerator._generate` function seems to have high complexity in both time and space. ## Solution I have tried to implement Floyd-Warshall algorithm as an alternative,...
fedebotu pushed 3 commits to main ai4co/rl4co
  • implement floyd on tmat_class atsp generation b0e4aa0
  • implement generate_atsp_data c024697
  • Merge pull request #226 from abcdhhhh/floyd-atsp implement floyd on tmat_class atsp generation adac2f6

View on GitHub

fedebotu closed a pull request on ai4co/rl4co
implement floyd on tmat_class atsp generation
## Description Change the algorithm of tmat_class ATSP generation. Expect lower time and space complexity when producing the same result. ## Motivation and Context See #225 - [x] I ha...
vlainic starred ai4co/rl4co
fedebotu created a comment on a pull request on ai4co/rl4co
Awesome job! ```python from typing import Union, Callable import torch from torch.distributions import Uniform from tensordict.tensordict import TensorDict from rl4co.utils.pylogger i...

View on GitHub

fedebotu created a comment on an issue on ai4co/rl4co
Thanks for reporting! It seems that you are indeed correct - the GCN encoder should be adjusted based on the application, for example, [this one](https://github.com/ai4co/rl4co/blob/f979492c9b7d...

View on GitHub

vmoens created a comment on an issue on ai4co/rl4co
Yes I plan on making a release today! Will keep you posted

View on GitHub

ShuN6211 created a comment on an issue on ai4co/rl4co
Hi @fedebotu ! Thanks for your answering!! I once closed #230 . As mentioned in PR, #230 is temporal work around that is not suitable to merge into stable branch. Hope to coming update to Torc...

View on GitHub

ShuN6211 created a comment on a pull request on ai4co/rl4co
https://github.com/ai4co/rl4co/issues/229#issuecomment-2428284958

View on GitHub

fedebotu created a comment on an issue on ai4co/rl4co
Hi @ShuN6211 ! Thanks for submitting the PR. I think the issue is that TorchRL has not been updated yet to `0.6.0` while `tensordict` was updated first. I believe [TorchRL will be updated in the co...

View on GitHub

fedebotu created a comment on an issue on ai4co/rl4co
Hey @alopezrivera, I could not reproduce your results on my end. I am running the [quickstart notebook](https://rl4.co/examples/1-quickstart/) with both the previous version and the newer one, and ...

View on GitHub

ShuN6211 created a comment on an issue on ai4co/rl4co
I also opened PR for this issue!! #230

View on GitHub

ShuN6211 opened a pull request on ai4co/rl4co
bugfix: restrict upper version of tensordict
## Description This is temporal patch for #229 ## Motivation and Context Work around to avoid #229 , but this change restrict upper-version of dependency. - [ ] I have raised an issue to...
ShuN6211 opened an issue on ai4co/rl4co
[BUG] Tensordict v0.6.0 is not compatible with rl4co
## Describe the bug Tensordictv0.6,0 was released in last night, but this is not compatible with rl4co. https://github.com/pytorch/tensordict/releases/tag/v0.6.0 ## To Reproduce ```bash cd...
fedebotu created a comment on an issue on ai4co/rl4co
Hi @alopezrivera , thanks for reporting this bug, as it may be critical. Here are a few follow-up questions to narrow down the problem before checking on our end: 1. Which environment and model...

View on GitHub

Load more