Skip to content

Conversation

@younik
Copy link
Collaborator

@younik younik commented Dec 10, 2025

  • I've read the .github/CONTRIBUTING.md file
  • My code follows the typing guidelines
  • I've added appropriate tests
  • I've run pre-commit hooks locally

Description

This is the latest code I am using for my experiments (https://wandb.ai/torchgfn/torchgfn/reports/Scaling-number-of-policies-total-batch-size-1024--VmlldzoxNTMzMjI1OA)

It includes the new scoring function work (from @josephdviviano), the fix for the number of modes, and improved visualization for wandb (using grouping).

Copy link
Collaborator

@josephdviviano josephdviviano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good - thank you!

dist.recv(score_tensor, src=self.remote_manager_rank)
score_dict = Message.deserialize(score_tensor).message_data

return score_dict
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this a dict?

'pytorch==2.2' cpuonly \
mkl -y

conda install gcc_linux-64 gxx_linux-64 gfortran_linux-64 impi_rt impi-devel intel-opencl-rt intel-openmp mpi4py oneccl_bind_pt oneccl intel-extension-for-pytorch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks - i need to finally clean this up.

@josephdviviano josephdviviano merged commit 5ca6408 into master Dec 11, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants