google-deepmind / concordia

A library for generative social simulation
Apache License 2.0
507 stars 101 forks source link

# @title Display the results log display.HTML(results_log) #80

Open ManooshSamiei opened 1 week ago

ManooshSamiei commented 1 week ago

Hello,

I followed all the steps in concordia contest video for my agent development colab notebook. However when I run display.HTML(results_log) I get the following error:

AttributeError: 'tuple' object has no attribute 'lower'

vezhnick commented 1 week ago

Hey Manoosh,

Are you sure you are running the latest version of agent_development.ipynb ? runnable_simulation() now returns a tuple where the first output is outcome of the simulation and the second is the hrml log. Should look like this: simulation_outcome, results_log = runnable_simulation()