Pinned Loading
-
GFNOrg/torchgfn
GFNOrg/torchgfn PublicA modular, easy to extend GFlowNet library
-
mila-iqia/babyai
mila-iqia/babyai PublicBabyAI platform. A testbed for training agents to understand and execute language commands.
-
Farama-Foundation/Minigrid
Farama-Foundation/Minigrid PublicSimple and easily configurable grid world environments for reinforcement learning
-
-
332 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 33 commits in 1 repository
Created a pull request in GFNOrg/torchgfn that received 14 comments
Fix flow matching, add tests for hypergrid (FM and replay buffer), improve docs, validation/logging for hypergrid
1- Flow Matching was broken. I believe I have broken it when introducing StatePairs, later changed to StatesContainer. This PR doesn't solve it com…
+346
−21
lines changed
•
14
comments
Opened 4 other pull requests in 1 repository
GFNOrg/torchgfn
4
merged
-
Fix preprocessor in bitsequence environment
This contribution was made on Mar 29
-
PyPI publish on github release
This contribution was made on Mar 15
-
Improve documentation for environment creation
This contribution was made on Mar 15
-
Add missing hints where needed
This contribution was made on Mar 15
Reviewed 10 pull requests in 1 repository
GFNOrg/torchgfn
10 pull requests
-
bitsequence environment
This contribution was made on Mar 29
-
Empty container loss fix
This contribution was made on Mar 20
-
Add tests for States, ReplayBuffer & Containers
This contribution was made on Mar 15
-
fixes edge case where submitted ints fail assert due to them not being tuples
This contribution was made on Mar 14
-
Replace
StatePairs
withStatesContainer
for better indexingThis contribution was made on Mar 14 -
Handle recalculate_all_logprobs consistently across the library, and throw warnings where appropriate
This contribution was made on Mar 14
-
Refactor
__init__
of Transitions and TrajectoriesThis contribution was made on Mar 13 -
Refactoring w.r.t.
torch.device
in Env and ContainersThis contribution was made on Mar 13 -
Add Append MDP environment (Set Addition) and Perfect Binary Tree environment (bijection traj -> term states)
This contribution was made on Mar 13
-
Graph states
This contribution was made on Mar 6
Created an issue in GFNOrg/torchgfn that received 2 comments
I think the .batch_shape
should be equivalent to .tensor.shape
or .tensor.batch_shape
for graphs.
I think the .batch_shape
should be equivalent to .tensor.shape
or .tensor.batch_shape
for graphs.
If so, why do we need this setter for the batch_s…
2
comments
Opened 5 other issues in 1 repository
GFNOrg/torchgfn
3
closed
2
open
-
last thing before release: update the notebooks
This contribution was made on Mar 14
-
Rethinking auto precommit + Automatic PR template
This contribution was made on Mar 7
-
Remove the ~20 # pyright: ignore in #252
This contribution was made on Mar 6
-
Investigate wallclock time of ring generation in directed graphs
This contribution was made on Mar 6
-
To support
GraphStates
, maybe utilizeStates.__repr__
?This contribution was made on Mar 6