You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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()
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'
The text was updated successfully, but these errors were encountered: