Re: [Pyro-users] path question

2006-11-30 Thread belinda thom
I decided to go the PYTHONPATH route (in tcsh); it works perfectly--- thanks! On Nov 30, 2006, at 7:23 PM, Douglas S. Blank wrote: For example, if you have pyrobot in your home directory you could do this in bash: export PYTHONPATH=$PYTHONPATH:/home/yourid export PYROBOT=/home/yourid/pyrobo

Re: [Pyro-users] path question

2006-11-30 Thread Douglas S. Blank
On Thu, November 30, 2006 8:59 pm, belinda thom said: > Hi, > > There is a discussion of how to "use pyro from w/in python" that I'd > like to pursue for programming non-robotic ML-experiments: > > http://emergent.brynmawr.edu/emergent/PyroFromPython? > action=highlight&value=pyro+from+python > >

[Pyro-users] path question

2006-11-30 Thread belinda thom
Hi, There is a discussion of how to "use pyro from w/in python" that I'd like to pursue for programming non-robotic ML-experiments: http://emergent.brynmawr.edu/emergent/PyroFromPython? action=highlight&value=pyro+from+python However, I'm uncertain how I should modify my Python environment

Re: [Pyro-users] Deactivate Conx Inputs?

2006-11-30 Thread Chris S
Great, that's exactly what I was looking for! Thanks again. Chris On 11/29/06, Douglas S. Blank <[EMAIL PROTECTED]> wrote: On Wed, November 29, 2006 10:36 pm, Chris S said: > I'm not sure if this makes any sense, but is it possible to add, > remove, or deactivate certain input nodes in a Conx n

Re: [Pyro-users] Named Conx IO

2006-11-30 Thread Chris S
Great, works perfectly. Thanks for the help! Chris On 11/30/06, Douglas S. Blank <[EMAIL PROTECTED]> wrote: Chris, Yes, this should work if you get the format of the inputs/targets just right. (But, this isn't using the "pattern" feature of Conx; you're just using the named layer method.) Here

Re: [Pyro-users] new map

2006-11-30 Thread Douglas S. Blank
Jaime Lopez wrote: Hi pyrobot users, I would like to add a new map into pyrobot, I mean, I want to use the robots inside pyrobot on a new map designed by me (a kind of labyrinth). Anyone can give me some points how to do that? Thanks in advance. Jamie, This is what we would call a "world"

Re: [Pyro-users] Named Conx IO

2006-11-30 Thread Douglas S. Blank
Chris, Yes, this should work if you get the format of the inputs/targets just right. (But, this isn't using the "pattern" feature of Conx; you're just using the named layer method.) Here is AND again, but notice the list inside the dicts: from pyrobot.brain.conx import * # create network ne

[Pyro-users] Named Conx IO

2006-11-30 Thread Chris S
Hi Doug, A while ago we talked about giving networks named inputs and outputs for training and propagation. You mentioned this was implemented, but I've been having problems using this feature. As a test I've tried creating a network for simulating a simple logical AND. The two inputs are named

[Pyro-users] new map

2006-11-30 Thread Jaime Lopez
Hi pyrobot users, I would like to add a new map into pyrobot, I mean, I want to use the robots inside pyrobot on a new map designed by me (a kind of labyrinth). Anyone can give me some points how to do that? Thanks in advance. -- Jaime Lopez ___ Pyro-