@Daniel, the cpu code doesnt give you much w/o the gui, you could hack it up to print the values instead, but that's not what you;re into for the starters, i suppose.
For that, have a look at Matt's game! (yep, you can game on nupic ;)) https://github.com/keithcom/nta_ski it's easy to understand code, fun to play with and console friendly. @Matt I have on my mind creating a full blown VM img-git,nupic,mysql,whatnot..I know it's duplicating the Vagrant work, but honestly i've always be lazy to make it, and with today's net speeds..6GB img?np. What do you think? On Tue, Sep 17, 2013 at 12:04 AM, Matthew Taylor <[email protected]> wrote: > Yes, there is code in there to use matplotlib to display the results. I'm > not sure these results are possible to display from within the VM, because > there's no proper windowing system. > > You might be able to get away with removing the plt.draw() and > ply.legent() calls, but you may need to remove all the code that deals with > setting up the output chart as well. > > In order to get the cpu results out in another fashion, you could write > them to a file or print them out to the console. You could refer to other > examples for that (like hotgym). > > --------- > Matt Taylor > OS Community Flag-Bearer > Numenta > > > On Mon, Sep 16, 2013 at 2:48 PM, Daniel Jachyra > <[email protected]>wrote: > >> Do i need to edit this in cpu.py ?**** >> >> ** ** >> >> According to this error (“ImportError: libtk8.4.so: cannot open shared >> object file: No such file or directory**** >> >> “) I see that I have libtk8.5.so (not 8.4) in /usr/lib64 (not in >> /usr/lib) directory. **** >> >> ** ** >> >> *From:* nupic [mailto:[email protected]] *On Behalf Of *Matthew >> Taylor >> *Sent:* Monday, September 16, 2013 11:32 PM >> >> *To:* NuPIC general mailing list. >> *Subject:* Re: [nupic-dev] Getting Started With NuPIC**** >> >> ** ** >> >> I have confirmed this error in our VM for the CPU example and filed a bug: >> **** >> >> ** ** >> >> https://issues.numenta.org/browse/NPC-393**** >> >> ** ** >> >> In the mean time Daniel, I guess you'll need to run the CPU example >> without the visual display.**** >> >> >> **** >> >> ---------**** >> >> Matt Taylor**** >> >> OS Community Flag-Bearer**** >> >> Numenta**** >> >> ** ** >> >> On Mon, Sep 16, 2013 at 1:13 PM, Matthew Taylor <[email protected]> wrote: >> **** >> >> I will run through these wiki instructions again from scratch and see if >> I have the same issue. **** >> >> >> **** >> >> ---------**** >> >> Matt Taylor**** >> >> OS Community Flag-Bearer**** >> >> Numenta**** >> >> ** ** >> >> On Mon, Sep 16, 2013 at 1:10 PM, Daniel Jachyra <[email protected]> >> wrote:**** >> >> Yes, exactly i am using this version.**** >> >> **** >> >> *From:* nupic [mailto:[email protected]] *On Behalf Of *Matthew >> Taylor >> *Sent:* Monday, September 16, 2013 8:53 PM**** >> >> >> *To:* NuPIC general mailing list. >> *Subject:* Re: [nupic-dev] Getting Started With NuPIC**** >> >> **** >> >> Daniel, **** >> >> **** >> >> So you're trying to run in a virtual machine from windows, right? Are you >> using the Vagrant instance we've provided?**** >> >> **** >> >> https://github.com/numenta/nupic/wiki/Running-Nupic-in-a-Virtual-Machine* >> *** >> >> **** >> >> **** >> >> >> **** >> >> ---------**** >> >> Matt Taylor**** >> >> OS Community Flag-Bearer**** >> >> Numenta**** >> >> **** >> >> On Mon, Sep 16, 2013 at 11:40 AM, Daniel Jachyra < >> [email protected]> wrote:**** >> >> Any advice according to my problem?**** >> >> **** >> >> *From:* nupic [mailto:[email protected]] *On Behalf Of *Stewart >> Mackenzie >> *Sent:* Sunday, September 15, 2013 2:58 PM**** >> >> >> *To:* NuPIC general mailing list. >> *Subject:* Re: [nupic-dev] Getting Started With NuPIC**** >> >> **** >> >> Gtk and Tk are different. As Marek said look for Tk for python.**** >> >> >> -- >> Sent from my Android device with K-9 Mail. Please excuse my brevity.**** >> >> >> _______________________________________________ >> nupic mailing list >> [email protected] >> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org**** >> >> **** >> >> >> _______________________________________________ >> nupic mailing list >> [email protected] >> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org**** >> >> ** ** >> >> ** ** >> >> _______________________________________________ >> nupic mailing list >> [email protected] >> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >> >> > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > > -- Marek Otahal :o)
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
