Updated README - #3
Open
YSabarad wants to merge 2 commits into
Open
Conversation
When pulling as a .zip, you get an error. Updated the README to give information on how to fix the issue.
Updated README with possible error
Owner
|
Hi Yash,
Thank you for the fix - but I am not actively maintaining this project any
more. So I won't merge the pull request. I think it's best that you just
commit to and work on your own fork of the project.
Richard
…On Tue, Aug 10, 2021 at 12:50 AM Yash Sabarad ***@***.***> wrote:
Hello,
There was an error that was caused when pulling this repo. I've put the
fix in a README.
------------------------------
You can view, comment on, or merge this pull request online at:
#3
Commit Summary
- Updated README with possible error
- Merge pull request #1 from YSabarad/YSabarad-patch-1
File Changes
- *M* README.md
<https://github.com/richard-shepherd/monopyly/pull/3/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5>
(16)
Patch Links:
- https://github.com/richard-shepherd/monopyly/pull/3.patch
- https://github.com/richard-shepherd/monopyly/pull/3.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLHQMF7RTGI7OZS6XGXWB3T4BSUHANCNFSM5B3AUP2A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
chrisaacson69
pushed a commit
to chrisaacson69/monopyly
that referenced
this pull request
Feb 24, 2026
Port of StrategicTradeAI from the Monopoly JS engine into the Monopyly Python tournament framework. Uses Markov-chain property valuation, bilateral trajectory simulation, and Nash bargaining for trade pricing. Ranked richard-shepherd#3 (46.7%) behind Baldrick (55%) and DarkRedLight (53%) in 200-game tournament. Framework fixes: imp→importlib, time.clock→ time.perf_counter, PropertySet.__format__ for Python 3.14 support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
There was an error that was caused when pulling this repo. I've put the fix in a README.