numenta / htmpapers

Numenta published papers code and data
GNU Affero General Public License v3.0
318 stars 88 forks source link

Missing files #38

Closed bainro closed 2 years ago

bainro commented 2 years ago

Hi, I followed the README, but when running:

python run.py -e prototype_10

I get the following error:

image

bainro commented 2 years ago

also, there's no prototype.py in experiments/ either:

image

bainro commented 2 years ago

I added an old, deleted experiments/profiler.py from here.

experiments/prototype_10 still doesn't exist like suggested in the README, so I tried running another one instead:

image

bainro commented 2 years ago

Upgraded from ray==0.8.3 to 0.8.4 and it seems to be working now with the default_base experiment:

python run.py -e default_base --local-mode

Still don't know how to access the prototype experiments...

karangrewal commented 2 years ago

Hi bainro, I just updated this repository (#40) to address the problems you encountered. TLDR; the implementation wasn't up to date.

You should be able to run the prototype experiments now. However, you will also have to run the command ray stop; ray start --head after you activate the virtual environment and before you run any experiments. (I also updated the README to include this info.)

bainro commented 2 years ago

Thanks a bunch! Excited to give it a try :)

On Mon, Dec 13, 2021, 15:50 Karan Grewal @.***> wrote:

Hi bainro, I just updated this repository (#40 https://github.com/numenta/htmpapers/pull/40) to address the problems you encountered. TLDR; the implementation wasn't up to date.

You should be able to run the prototype experiments now. However, you will also have to run the command ray stop; ray start --head after you activate the virtual environment and before you run any experiments. (I also updated the README to include this info.)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/numenta/htmpapers/issues/38#issuecomment-993016508, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTNARGUJSVXIQMWUIAVHHLUQ2BFFANCNFSM5JQJA2PA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

bainro commented 2 years ago

A lot easier to setup and run now! Thanks again Karan :)