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

status of the project #3

Open
thunanguyen opened this issue Mar 9, 2020 · 12 comments
Open

status of the project #3

thunanguyen opened this issue Mar 9, 2020 · 12 comments

Comments

@thunanguyen
Copy link

Hi, I just want to know what is the status of this interesting project? Is it fully developed or else?

@kngwyu
Copy link
Owner

kngwyu commented Mar 9, 2020

Thank you for your interest!
I'm suspecting the development since I'm busy with other research projects and pyo3, which is the Rust-Python FFI library rogue-gym depends on.
I'm going to come back to this project after releasing PyO3 0.9.

@thunanguyen
Copy link
Author

OK thanks, and also I want to know if rouge-gym was supported on Window as I cannot install it?

@kngwyu
Copy link
Owner

kngwyu commented Mar 9, 2020

Sorry, now pre-built wheels are only for Linux and macOS.
I'll upload Windows wheels in the next version.

@thunanguyen
Copy link
Author

Hm, seem like even building from source is not possible in Window?

@kngwyu
Copy link
Owner

kngwyu commented Mar 10, 2020

It's not built in Linux or mac now.
We need to update the code for the latest Rust.

@hyzhak
Copy link

hyzhak commented Oct 23, 2021

Hi @kngwyu , any updates about status of this project? It seems abandoned

@eczy
Copy link
Contributor

eczy commented Mar 5, 2022

This is most definitely a dead project. Unfortunately, I also can't seem to get it to build in its most recent state since it makes calls to ndarray::ArrayBase.{get_p, get_mut_p, try_get_mut_p} which as far as I can dig appear to not exist anywhere. I tried to replace them with ndarray:ArrayBase.{get, get_mut} to no avail, as this results in runtime crashes without proper null value handling. If anyone from the future wants to help me fork and fix this project for posterity, please let me know!

@kngwyu
Copy link
Owner

kngwyu commented Jul 6, 2022

I want to revive this project in the future for non-research purposes (i.e., for fun), but I'm recently so busy. I don't want to archive the project for a while, but forking is welcome.

@eczy
Copy link
Contributor

eczy commented Jul 6, 2022

@kngwyu Understandable. Once I find some free time myself I will likely fork this project and restore it to working order since I'm also doing some personal research in this space. I'll open a PR once that happens. Thank you for your effort developing this in the first place!

@eczy
Copy link
Contributor

eczy commented Nov 22, 2023

@thunanguyen @hyzhak I've started a fork here that has been updated to rust 2021 and is building locally for me on my Macbook Pro (amd4). If you are still interested in running this project please check it out and let me know if there are any issues you encounter.

@kngwyu I've opened a PR and will leave it open until you have time to revisit this project. Please let me know if there is any other way I can be of assistance in maintaining this project in the meantime.

kngwyu pushed a commit that referenced this issue Dec 11, 2023
@VladimirFokow
Copy link

VladimirFokow commented Dec 13, 2023

@eczy , does rogue-gym still work?

pip install rogue-gym

${\textsf{\color{red}ERROR: Could not find a version that satisfies the requirement rogue-gym (from versions: none)}}$
${\textsf{\color{red}ERROR: No matching distribution found for rogue-gym}}$

And trying to install locally, I get:

cd rogue-gym/python
pip install setuptools-rust
pip install .

ModuleNotFoundError: No module named 'setuptools_rust'

@eczy
Copy link
Contributor

eczy commented Dec 14, 2023

@eczy , does rogue-gym still work?

pip install rogue-gym

ERROR: Could not find a version that satisfies the requirement rogue-gym (from versions: none) ERROR: No matching distribution found for rogue-gym

And trying to install locally, I get:

cd rogue-gym/python
pip install setuptools-rust
pip install .

ModuleNotFoundError: No module named 'setuptools_rust'

I'll check on this tonight and let you know if I can determine the issue.

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

No branches or pull requests

5 participants