-
Notifications
You must be signed in to change notification settings - Fork 4
docs: Fix small issues on README and other documents. #361
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
base: main
Are you sure you want to change the base?
Conversation
71bf4e5 to
0970f5a
Compare
| cd Gym | ||
| curl -LsSf https://astral.sh/uv/install.sh | sh | ||
| source $HOME/.local/bin/env | ||
| export PATH=$HOME/.local/bin/env/bin:$PATH # or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we avoid this temporary environment variable export? and also why did the source not work for you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the issue here is that for the newest version of uv, they changed the way the tool is installed, now I don't see a $HOME/.local/bin/env anymore, instead the tool is installed as uv and uvx in /home/ffrujeri/.local/bin/
(nemo-gym) ffrujeri@40cec8e-lcedt:~/nemo-gym$ which uv
/home/ffrujeri/.local/bin/uv
| asyncio.run(rch.run_from_config(config)) | ||
|
|
||
|
|
||
| if __name__ == "__main__": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does ng_collect_rollouts not work? is the command not discoverable? why do we need this section here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, the entry points for scripts is mainly when we are trying to launch debug.py I was thinking and there is no harm on also giving this entry point, is there?
Signed-off-by: Felipe Vieira Frujeri <[email protected]>
0970f5a to
058e88a
Compare
Signed-off-by: Felipe Vieira Frujeri <[email protected]>
No description provided.