Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

displaying exp names in ray dashboard #123

Merged
merged 2 commits into from
Nov 14, 2024
Merged

displaying exp names in ray dashboard #123

merged 2 commits into from
Nov 14, 2024

Conversation

ThibaultLSDC
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@recursix recursix left a comment

Choose a reason for hiding this comment

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

Thank you!!! I wanted to do that, but didn't had time to search how.

@recursix recursix merged commit a18e8e5 into dev Nov 14, 2024
5 checks passed
@recursix recursix deleted the ray_job_names branch November 14, 2024 21:03
gasse pushed a commit to frankxu2004/AgentLab that referenced this pull request Nov 15, 2024
* displaying exp names in ray dashboard

* fixing tests
gasse pushed a commit that referenced this pull request Nov 20, 2024
* displaying exp names in ray dashboard

* fixing tests
gasse pushed a commit that referenced this pull request Nov 20, 2024
* displaying exp names in ray dashboard

* fixing tests
gasse pushed a commit that referenced this pull request Nov 20, 2024
* displaying exp names in ray dashboard

* fixing tests
recursix added a commit that referenced this pull request Nov 25, 2024
* yet another way to kill timedout jobs

* Improve timeout handling in task polling logic

* Add method to override max_steps in Study class

* add support for tab visibility in observation flags and update related components

* fix tests

* black

* Improve timeout handling in task polling logic

* yet another way to kill timedout jobs (#108)

* Add method to override max_steps in Study class

* add support for tab visibility in observation flags and update related components

* fix tests

* black

* black

* Fix sorting bug.
 improve directory content retrieval with summary statistics

* fix test

* black

* tmp

* add error report, add cum cost to summary and ray backend by default

* displaying exp names in ray dashboard (#123)

* displaying exp names in ray dashboard

* fixing tests

* enabling chat o_0 (#124)

* sequential studies

* little bug

* more flexible requirement

* imrove readme

* Enhance agent configuration and logging in study setup

- Updated `get_vision_agent` to append "_vision" to agent names.
- Modified `BaseMessage.__str__` to include a no-warning option for logging.
- Improved `make_study` function to accept single agent args and benchmark types.
- Added detailed docstrings for better clarity on parameters and functionality.
- Introduced `avg_step_timeout` and `demo_mode` attributes in the Study class.

* get_text was added by mistake

* Update README and Jupyter notebook with improved documentation and result analysis instructions

* Update requirements to include Jupyter support for black

* Update README.md

* Fix formatting and improve clarity in README.md

* Update README.md to enhance visuals and improve navigation

* Add badges to README.md for PyPI, GitHub stars, and CI status

* Add video demonstration to AgentXray section in README.md

* test video

* xray video test

* Update AgentXray section in README.md with new asset link

* minor

* fix setup link ... again

* remove upper case letter before getting the benchmark

* minor

* Update ReproducibilityAgent link in README.md for better accessibility

---------

Co-authored-by: Maxime Gasse <maxime.gasse@gmail.com>
Co-authored-by: Thibault LSDC <78021491+ThibaultLSDC@users.noreply.github.com>
recursix added a commit that referenced this pull request Nov 25, 2024
* yet another way to kill timedout jobs

* Improve timeout handling in task polling logic

* Add method to override max_steps in Study class

* add support for tab visibility in observation flags and update related components

* fix tests

* black

* Improve timeout handling in task polling logic

* yet another way to kill timedout jobs (#108)

* Add method to override max_steps in Study class

* add support for tab visibility in observation flags and update related components

* fix tests

* black

* black

* Fix sorting bug.
 improve directory content retrieval with summary statistics

* fix test

* black

* tmp

* add error report, add cum cost to summary and ray backend by default

* displaying exp names in ray dashboard (#123)

* displaying exp names in ray dashboard

* fixing tests

* enabling chat o_0 (#124)

* sequential studies

* little bug

* more flexible requirement

* imrove readme

* Enhance agent configuration and logging in study setup

- Updated `get_vision_agent` to append "_vision" to agent names.
- Modified `BaseMessage.__str__` to include a no-warning option for logging.
- Improved `make_study` function to accept single agent args and benchmark types.
- Added detailed docstrings for better clarity on parameters and functionality.
- Introduced `avg_step_timeout` and `demo_mode` attributes in the Study class.

* get_text was added by mistake

* Update README and Jupyter notebook with improved documentation and result analysis instructions

* Update requirements to include Jupyter support for black

* Update README.md

* Fix formatting and improve clarity in README.md

* Update README.md to enhance visuals and improve navigation

* Add badges to README.md for PyPI, GitHub stars, and CI status

* Add video demonstration to AgentXray section in README.md

* test video

* xray video test

* Update AgentXray section in README.md with new asset link

* minor

* fix setup link ... again

* remove upper case letter before getting the benchmark

* minor

* Update ReproducibilityAgent link in README.md for better accessibility

---------

Co-authored-by: Maxime Gasse <maxime.gasse@gmail.com>
Co-authored-by: Thibault LSDC <78021491+ThibaultLSDC@users.noreply.github.com>
recursix added a commit that referenced this pull request Nov 25, 2024
* removing old code

* playwright install in readme (#151)

* Refine ux again (#150)

* yet another way to kill timedout jobs

* Improve timeout handling in task polling logic

* Add method to override max_steps in Study class

* add support for tab visibility in observation flags and update related components

* fix tests

* black

* Improve timeout handling in task polling logic

* yet another way to kill timedout jobs (#108)

* Add method to override max_steps in Study class

* add support for tab visibility in observation flags and update related components

* fix tests

* black

* black

* Fix sorting bug.
 improve directory content retrieval with summary statistics

* fix test

* black

* tmp

* add error report, add cum cost to summary and ray backend by default

* displaying exp names in ray dashboard (#123)

* displaying exp names in ray dashboard

* fixing tests

* enabling chat o_0 (#124)

* sequential studies

* little bug

* more flexible requirement

* imrove readme

* Enhance agent configuration and logging in study setup

- Updated `get_vision_agent` to append "_vision" to agent names.
- Modified `BaseMessage.__str__` to include a no-warning option for logging.
- Improved `make_study` function to accept single agent args and benchmark types.
- Added detailed docstrings for better clarity on parameters and functionality.
- Introduced `avg_step_timeout` and `demo_mode` attributes in the Study class.

* get_text was added by mistake

* Update README and Jupyter notebook with improved documentation and result analysis instructions

* Update requirements to include Jupyter support for black

* Update README.md

* Fix formatting and improve clarity in README.md

* Update README.md to enhance visuals and improve navigation

* Add badges to README.md for PyPI, GitHub stars, and CI status

* Add video demonstration to AgentXray section in README.md

* test video

* xray video test

* Update AgentXray section in README.md with new asset link

* minor

* fix setup link ... again

* remove upper case letter before getting the benchmark

* minor

* Update ReproducibilityAgent link in README.md for better accessibility

---------

Co-authored-by: Maxime Gasse <maxime.gasse@gmail.com>
Co-authored-by: Thibault LSDC <78021491+ThibaultLSDC@users.noreply.github.com>

* black

* remove dask

---------

Co-authored-by: Thibault LSDC <78021491+ThibaultLSDC@users.noreply.github.com>
Co-authored-by: Maxime Gasse <maxime.gasse@gmail.com>
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.

2 participants