davidljung / rl-glue

Automatically exported from code.google.com/p/rl-glue
0 stars 1 forks source link

Helper comments at command line #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There should be helper comments at the commandline for all executables so that 
if someone 
forgets what environment variables to set (or how to set them) they can quickly 
get that information 
with ./RL_whatever --help or -h or whatever we decide.

Original issue reported on code.google.com by bttan...@gmail.com on 11 Jul 2007 at 9:14

GoogleCodeExporter commented 8 years ago
Took a step towards this today.  RL_client_agent.c and RL_client_enviroment.c 
print
out help info if any arguments are given (currently they take none, so this 
makes
some sense).

AgentLoader.java and EnviromentLoader.java print out help if they are not given 
the
agent/environment to load.  

Not quite the same, but I just wanted to get it in quick so something was there 
for now. 

Original comment by andrewbutcher@gmail.com on 18 Jul 2007 at 8:34

GoogleCodeExporter commented 8 years ago
Needs revisiting.

Original comment by brian.ta...@gmail.com on 2 Sep 2008 at 9:49

GoogleCodeExporter commented 8 years ago

Original comment by brian.ta...@gmail.com on 2 Sep 2008 at 10:09

GoogleCodeExporter commented 8 years ago
In r783 it now explains that you can set RLGLUE_PORT environment variable to 
have the
standalone server listen on a custom port.

Original comment by brian.ta...@gmail.com on 7 Sep 2008 at 1:03