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

setup.py added: pip install -e ".[cpu]" working #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ipsec
Copy link

@ipsec ipsec commented Aug 3, 2022

Using omega like a module

@@ -42,3 +42,27 @@ python3.8 ./tools/experiment_manager.py run --dir ./experiments/muzero_random_ro
python3.8 ./tools/experiment_manager.py play --file ./experiments/muzero_random_room_5x5/episodes/<EPISODE_FILENAME_HERE>
```


## How to train an agent (with conda, without docker)
Copy link
Owner

Choose a reason for hiding this comment

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

Thanks for the contribution!

It would probably make more sense to split the description into two sections: "how to setup an environment" (with 2 subsections, for conda and docker), and "how to train an agent" so that stuff about creating and running an experiment is not duplicated.

url="https://github.com/hr0nix/omega",

install_requires=[
'numpy~=1.22.4',
Copy link
Owner

Choose a reason for hiding this comment

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

One concern that I have is that now we have two separate lists of requirements, one for docker and one for the package. Do you think it might make sense to somehow re-use this list when building a docker image?

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