DickingAround / AIWorld6

A simulation for causational studies of lifeforms
13 stars 1 forks source link

config.h #1

Open nikisix opened 10 years ago

nikisix commented 10 years ago

Hi, looks like really cool program you've been working on here. I downloaded it and am trying to get it up and running and am getting the following 'zero decisions' error print at every interval. My guess is that defining some decisions maybe in the config.h will fix this? If so, would you please include your config.h in the repo?

Sim has performed 0 intervals SimulaitonMonitor: Error: Getting species with zero decisions, but that shouldn't be possible since species are differentiated based on decision count printing species 0, with 0 agents, min:0, max:100000 there is no soundcard Did nothing to run the intelligence tests UI Error: Didn't find the stat you wanted UI Error: Didn't find the stat you wanted Sim has performed 1 intervals SimulaitonMonitor: Error: Getting species with zero decisions, but that shouldn't be possible since species are differentiated based on decision count

DickingAround commented 10 years ago

Well, I feel awkward for leaving it in a poor state. But I fixed it!

I had the config set to load the world and run it, not start a new one. I fixed a bug and changed the configs to be right for making a new world. You should be able to get the latest version off github and run a 'bash make' which will start up both the simulation and what little there is of the latest UI.

Don't hesitate to let me know if you have any problems. I also attached a screenshot of my running a new world just now to prove it worked.

(Again, sorry the new UI is in a poor shape, I really should have committed to a different branch, just being lazy on my part :( )

Rock on, -CS

Date: Wed, 26 Feb 2014 06:39:10 -0800 From: notifications@github.com To: AIWorld6@noreply.github.com Subject: [AIWorld6] config.h (#1)

Hi, looks like really cool program you've been working on here. I downloaded it and am trying to get it up and running and am getting the following 'zero decisions' error print at every interval. My guess is that defining some decisions maybe in the config.h will fix this? If so, would you please include your config.h in the repo?

Sim has performed 0 intervals

SimulaitonMonitor: Error: Getting species with zero decisions, but that shouldn't be possible since species are differentiated based on decision count

printing species 0, with 0 agents, min:0, max:100000

there is no soundcard

Did nothing to run the intelligence tests

UI Error: Didn't find the stat you wanted

UI Error: Didn't find the stat you wanted

Sim has performed 1 intervals

SimulaitonMonitor: Error: Getting species with zero decisions, but that shouldn't be possible since species are differentiated based on decision count

— Reply to this email directly or view it on GitHub.