CVS log for Babybot/Babybot.py |
 |
|
Up to [Development] / Babybot
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.53
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jul 15 19:37:37 2005 UTC (3 years, 11 months ago) by meeden
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.52: +22 -22 lines
Diff to previous 1.52
updated code to work under new version of pyrobot
Revision
1.52
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jun 8 17:41:36 2005 UTC (4 years ago) by meeden
Branch:
MAIN
Changes since 1.51: +8 -8 lines
Diff to previous 1.51
updated all files to import from pyrobot
Revision
1.51
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Mar 15 22:02:20 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.50: +15 -14 lines
Diff to previous 1.50
tools.py: made rnd always return floats of 2 decimals
Babybot.py: we turned on gov aspect, we lowered learning rates
0.7 as the highEpsilon was causing huge changes in weights (often
within one backprop step).
BabybotOffline.py: we tried to make it match Babybot experiment in the
reinforcement procedure and in the scale of the environment.
Revision
1.50
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Mar 13 15:07:57 2005 UTC (4 years, 3 months ago) by dblank
Branch:
MAIN
Changes since 1.49: +33 -16 lines
Diff to previous 1.49
Working under Pyro4; changed GovernorSRN epsilon and delta to allow model
vectors, but I'm not sure if these will be quality MV (this is with the new
weight mask).
Revision
1.49
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 11 21:31:52 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.48: +12 -20 lines
Diff to previous 1.48
Doug and Lisa changed call to network's step function so that it
always included values for every input and output layer. Even though
certain layers are inactive, we needed dummy values in order to use
the ravq. This is just a quick work around. We'll eventually want to
come up with a more general way of sharing weights between particular
layers rather than between entire networks.
Revision
1.48
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 10 23:54:29 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.47: +20 -2 lines
Diff to previous 1.47
Changed all calls to self.net.step to self.net.networkStep (which is
what the governor overrides).
Added some code in the setupNetwork method to set an appropriate ravq
mask for this task.
Revision
1.47
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 10 20:43:02 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.46: +0 -6 lines
Diff to previous 1.46
removed debugging pring statements
Revision
1.46
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 9 21:15:23 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.45: +17 -8 lines
Diff to previous 1.45
In Avoid.py: for some tests we had made the robot be stationary. I
removed this and let the function determineMove set translate and
rotate.
In Babybot.py: Replaced SRN with a Governed SRN. Added the
"ordered-continuous" setting. Updated setEpsilon calls to take an
additional parameter.
In playpen.world: Commented out the additional stationary robot at the
bottom of the world.
In setup.py: The test function was obsolete. Babybot.py includes a
way to test particular weight files.
Revision
1.45
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 9 19:10:34 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.44: +2 -0 lines
Diff to previous 1.44
srn now requires type of input to be set
Revision
1.44
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Oct 14 19:23:44 2004 UTC (4 years, 8 months ago) by meeden
Branch:
MAIN
Changes since 1.43: +14 -16 lines
Diff to previous 1.43
Improved efficiency of Babybot.py code. We were repeatedly
recalculating the SaliencyMap. Saved it in self.currentSaliencyMap
and self.previousSaliencyMap instead.
Revision
1.43
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Oct 14 18:44:26 2004 UTC (4 years, 8 months ago) by meeden
Branch:
MAIN
Changes since 1.42: +5 -42 lines
Diff to previous 1.42
Cleaned up Babybot code. Fixed various representations to match new
way of representing saliency information.
Revision
1.42
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Oct 12 02:54:29 2004 UTC (4 years, 8 months ago) by dblank
Branch:
MAIN
Changes since 1.41: +28 -24 lines
Diff to previous 1.41
Have the basic next version working; I think it has some noise too
Revision
1.41
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Oct 11 14:47:22 2004 UTC (4 years, 8 months ago) by dblank
Branch:
MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
Doug: finished biasedError() and createSaliencyMap(); needs update pyro
Revision
1.40
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Oct 8 18:29:22 2004 UTC (4 years, 8 months ago) by dblank
Branch:
MAIN
Changes since 1.39: +6 -0 lines
Diff to previous 1.39
Added blob; need to get biasedError bitmap from errorCam
Revision
1.39
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Oct 7 18:34:06 2004 UTC (4 years, 8 months ago) by dblank
Branch:
MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
See NOTES.txt; have plan will code
Revision
1.38
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Oct 7 17:22:52 2004 UTC (4 years, 8 months ago) by dblank
Branch:
MAIN
Changes since 1.37: +12 -9 lines
Diff to previous 1.37
See NOTES.txt: working on adding error as input
Revision
1.37
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Sep 30 19:41:23 2004 UTC (4 years, 9 months ago) by dblank
Branch:
MAIN
Changes since 1.36: +42 -60 lines
Diff to previous 1.36
See NOTES
Revision
1.36
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Sep 30 17:21:43 2004 UTC (4 years, 9 months ago) by dblank
Branch:
MAIN
Changes since 1.35: +32 -9 lines
Diff to previous 1.35
Fixed output; fixed true false 1 0 problem; added new perf measures;
Revision
1.35
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Sep 30 13:47:15 2004 UTC (4 years, 9 months ago) by dblank
Branch:
MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Added params to perform: xmin ymin expression
Revision
1.34
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Sep 29 20:21:21 2004 UTC (4 years, 9 months ago) by dblank
Branch:
MAIN
Changes since 1.33: +31 -14 lines
Diff to previous 1.33
Added go(seconds); changed Babybot's reinforcement function to reward when in center always
Revision
1.33
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Sep 24 19:49:11 2004 UTC (4 years, 9 months ago) by meeden
Branch:
MAIN
Changes since 1.32: +23 -14 lines
Diff to previous 1.32
Currently testing stationary decoy with no punishment when it doesn't
see anything. Added NOTES
Revision
1.32
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Sep 24 16:57:27 2004 UTC (4 years, 9 months ago) by meeden
Branch:
MAIN
Changes since 1.31: +22 -15 lines
Diff to previous 1.31
Brought up to speed with changes made to Pyro 3.2.2
Revision
1.31
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 20 10:46:31 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.30: +30 -15 lines
Diff to previous 1.30
Added binify.py; new errorplot with bin = 25
Revision
1.30
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 19 19:11:49 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.29: +8 -1 lines
Diff to previous 1.29
Added error input; representation of error
Revision
1.29
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 19 18:40:05 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.28: +10 -4 lines
Diff to previous 1.28
Disabled red robot; auto load weights when testing = 1
Revision
1.28
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 19 18:20:26 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.27: +17 -5 lines
Diff to previous 1.27
Added record flag to save images from cameras to ppm files; added printColorMap for BW printing
Revision
1.27
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 18 18:09:45 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.26: +4 -2 lines
Diff to previous 1.26
adjusted reinforcement reward values
Revision
1.26
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 18 16:38:37 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.25: +25 -18 lines
Diff to previous 1.25
Made both robots blue for now; made reinforcement return 3 things: signal (+, -, 0); epsilon, and temperature. Seems to work.
Revision
1.25
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 18 07:35:05 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.24: +74 -21 lines
Diff to previous 1.24
did a bunch of random crap all night long, nothing worked, tomorrow we write!
Revision
1.24
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 18 03:20:05 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23
added greaterThanPredictedErrorMap
Revision
1.23
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 18 03:11:10 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.22: +39 -23 lines
Diff to previous 1.22
Added param variables, and print out to log; current settings small linear
Revision
1.22
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 16 22:12:21 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.21: +16 -12 lines
Diff to previous 1.21
code for running experiment 7
Revision
1.21
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 16 16:50:08 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.20: +10 -9 lines
Diff to previous 1.20
Added predict flag
Revision
1.20
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 14 21:40:05 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.19: +31 -17 lines
Diff to previous 1.19
code for experiment 6 (see notes.txt)
Revision
1.19
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 14 14:57:01 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.18: +9 -4 lines
Diff to previous 1.18
Removed positive reinforcement for kepping decoy robot in same place; working on stochastic; added errorMap variable in Babybot
Revision
1.18
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 14 14:01:37 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Added printout of raw output
Revision
1.17
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 14 02:48:14 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.16: +13 -5 lines
Diff to previous 1.16
Added param.stochastic to MotorRepBinary; added different variation of complement with stochastic; slowed down robot to between +-.5 rather than +-.9; added setup() to setup.py; add motorRotateHistoryProfile to Babybot
Revision
1.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 13 23:39:25 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.15: +46 -38 lines
Diff to previous 1.15
major improvements to InputCam/ErrorCam code (subsumed into Cam); changed
reinforcement signal to reward centroid stability
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 13 02:46:36 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.14: +76 -67 lines
Diff to previous 1.14
changed a lot of stuff
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 11 18:48:38 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.13: +8 -4 lines
Diff to previous 1.13
Added flag for err/vis centroid; add temperature global
Revision
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 11 04:49:03 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.12: +61 -52 lines
Diff to previous 1.12
uses 2D visual rep, binary motor rep, error cam, RL signal based on error
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 5 21:31:24 2004 UTC (5 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.11: +11 -6 lines
Diff to previous 1.11
Refined output; changed output directory of weights and filename
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 5 21:04:54 2004 UTC (5 years, 1 month ago) by marshall
Branch:
MAIN
Changes since 1.10: +51 -44 lines
Diff to previous 1.10
modified discretize to be deterministic and cleaned up code a little
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 5 02:07:45 2004 UTC (5 years, 2 months ago) by dblank
Branch:
MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
Bug in logging performance on save
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 4 23:06:32 2004 UTC (5 years, 2 months ago) by dblank
Branch:
MAIN
Changes since 1.8: +13 -7 lines
Diff to previous 1.8
Connected log to performance measure
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 4 22:23:07 2004 UTC (5 years, 2 months ago) by dblank
Branch:
MAIN
Changes since 1.7: +31 -3 lines
Diff to previous 1.7
Added measure of performance and restarting code
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 4 21:58:05 2004 UTC (5 years, 2 months ago) by marshall
Branch:
MAIN
Changes since 1.6: +35 -11 lines
Diff to previous 1.6
added logging to Babybot
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue May 4 18:21:07 2004 UTC (5 years, 2 months ago) by marshall
Branch:
MAIN
Changes since 1.5: +14 -13 lines
Diff to previous 1.5
changed offline.py code to work with different visual rep modules
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 3 20:05:55 2004 UTC (5 years, 2 months ago) by marshall
Branch:
MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
added a few hacks to allow offline training with linear visual rep
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Apr 29 20:37:34 2004 UTC (5 years, 2 months ago) by marshall
Branch:
MAIN
Changes since 1.3: +11 -9 lines
Diff to previous 1.3
modified Collect to give smoother robot movements, and tinkered with offline.py
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Apr 29 00:43:52 2004 UTC (5 years, 2 months ago) by marshall
Branch:
MAIN
Changes since 1.2: +166 -45 lines
Diff to previous 1.2
cleaned up and reorganized everything into separate representational modules
Revision 1.2
, Sun Apr 25 21:30:27 2004 UTC (5 years, 2 months ago) by marshall
Branch:
MAIN
Changes since 1.1: +0 -0 lines
FILE REMOVED
removed a few unnecessary files
Revision
1.1.1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Thu Apr 22 23:48:38 2004 UTC (5 years, 2 months ago) by dblank
Branch:
BLANK
CVS Tags:
INIT
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial version of Babybot
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Apr 22 23:48:38 2004 UTC (5 years, 2 months ago) by dblank
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.