Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Reality works; simulate it.
Dooders is an open-source research project focused on the development of artificial intelligent agents in a simulated reality. The project aims to enable the conditions and mechanisms for cognitive agents to evolve and emerge in a digital environment.
A Dooder is an agent object in the simulation with an amount of causal control. It acts in the simulation only as long as it consumes Energy.
Take a look on how a Dooder will learn and act, get an overview of the core components of the library, or read why I started the project.
I will also be documenting experiments in substack. Including the results from my first experiment.
The code, content, and concepts will change over time as I explore different ideas.
Everything in this repository should be considered unfinished and a work-in-progress
from dooders import Experiment
experiment = Experiment()
experiment.simulate()
experiment.experiment_summary()
# Example output using the default settings
# This simulation ended after 53 cycle when
# all Dooders died from starvation
{'SimulationID': 'XGZBhzoc8juERXpZjLZMPR',
'Timestamp': '2023-03-09, 18:20:33',
'CycleCount': 53,
'TotalEnergy': 634,
'ConsumedEnergy': 41,
'StartingDooderCount': 10,
'EndingDooderCount': 0,
'ElapsedSeconds': 0,
'AverageAge': 14}
For more details, see the Quick Start guide.
FAQs
Dooders is an open-source research project focused on the
We found that Dooders demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.