Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ManooshSamiei opened this issue Sep 6, 2024 · 1 comment
Closed

Comments

@ManooshSamiei
Copy link

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
Copy link
Collaborator

vezhnick commented Sep 6, 2024

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()

@jzleibo jzleibo closed this as completed Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants