danecor / VaST

An implementation of Variational State Tabulation, from the paper here: https://arxiv.org/abs/1802.04325.
MIT License
13 stars 3 forks source link

Installation issue #2

Open TheMnBN opened 5 years ago

TheMnBN commented 5 years ago

I have installed all the dependencies and Cython submodules but all 3 unit tests failed and I could not do an example run. I ran everything on Python 3 with most of the required libraries on latest version.

Also, do you mind sharing the NEC implementation that you used in your experiments in the VaST paper? Thanks in advance!

danecor commented 5 years ago

Hi Dat,

Sorry for the delay in getting back to you. I wrote the project in Python 2, could you try with a new environment?

I used an adapted version of this NEC implementation: https://github.com/EndingCredits/Neural-Episodic-Control

Cheers, Dane

On Fri, Mar 29, 2019 at 3:03 AM Dat Nguyen notifications@github.com wrote:

I have installed all the dependencies and Cython submodules but all 3 unit tests failed and I could not do an example run. I ran everything on Python 3 with most of the required libraries on latest version.

Also, do you mind sharing the NEC implementation that you used in your experiments in the VaST paper? Thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/danecor/VaST/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AEdjxVJKTp_OqreqcHoK7GhmXyVxUiSrks5vbbrWgaJpZM4cRwyC .

TheMnBN commented 5 years ago

Hi Dane,

Thank you for your clarifications. I will set up a Python 2 environment and try again.

As for the NEC , my guess is that you used the vizdoom environment package (in this VaST repo) along with the above implementation to conduct the experiments? I'm mainly interested in adapting RL methods for vizdoom domain right now, so if you don't mind, I would like to keep this thread open for further discussion. TIY!

Regards, Dat