Tom Pike
Tom Pike
> I am scanning the tutorial. A few quick points: > > 1. There is a section titled "Making the Agents do", but we have a step function on the...
> > I am scanning the tutorial. A few quick points: > > > > 1. There is a section titled "Making the Agents do", but we have a step...
> Really great job on the tutorial! I especially like all the challenges to get users to engage with the code! > > Please check if the changes to the...
> Really great job on the tutorial! I especially like all the challenges to get users to engage with the code! > > Please check if the changes to the...
@Chan-Dong-Jun This is some good work, well done! A couple thoughts for your consideration: - As this is to communicate progress you want to mark this as a draft. -...
> * It's quite hard to read the notebook with the long output. You should use fewer steps for the showcase purpose. > * What's the difference between `model.cache()` and...
@rht Thanks! -- Could you elaborate on "They are soon going to be part of one umbrella of measures". Is this going to be a change to Mesa, Solara or...
@PrashantChoudhary13579 That is the [RL Link](https://github.com/projectmesa/mesa-examples/tree/main/rl) I would NOT add this code ``` if sys.version_info >= (3,): from sphinx.util import logging logger = logging.getLogger(__name__) os.environ['PYTHONIOENCODING'] = 'utf-8' ``` I think...
@nissu99 also please look at #2643 and #2641 As you are @sanika-n are working in the same space As it looks like you two are looking over the entire altair...
> @tpike3 When I run the tests locally, they don't fail, but they are failing here. > >  I am not sure why your tests are passing locally, however...