Convenience function to create a new ANNEM agent with specified parameters.
create_annem_agent(agent_id, agent_type, initial_wealth = 1e+06)
ANNEMAgent reference class object
if (FALSE) { # \dontrun{
agent <- create_annem_agent("agent_001", "neural_momentum", 1500000)
} # }