TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Win $10,000 by creating a race car bot in haskell, scala or clojure

132 点作者 brutopia大约 11 年前

18 条评论

jfim大约 11 年前
It&#x27;s not only those three languages.<p>From the rules[1]: Programming languages that are currently available for selection are C, C# &#x2F; Mono, Clojure, CoffeeScript, Haskell, Java, JavaScript, Python, Ruby, Scala, Go. At the moment, due to technical reasons, we cannot 100% guarantee that all of these will be supported, but we&#x27;ll do our best. You can change the programming language at any time.<p>[1] <a href="https://helloworldopen.com/rules" rel="nofollow">https:&#x2F;&#x2F;helloworldopen.com&#x2F;rules</a>
评论 #7501765 未加载
评论 #7500623 未加载
评论 #7501140 未加载
bencoder大约 11 年前
Was about to apply but I&#x27;m confused about the rules requiring all members to be the same nationality.<p>I have a French passport, so my nationality would legally be French, but I live in the UK, and work with English, Polish, Hungarian, Romanian developers(all living and working in the UK), some of whom I was considering asking to join a team with me. I think this rule needs some amendment.<p>Edit: also to explain some more, my French passport is a consequence of some awkward laws - I was born in the UK and have lived here all my life and can&#x27;t even speak the language of my legal nationality. If I happened to win I wouldn&#x27;t like to be a representative of &quot;France&quot; and I really dislike this &quot;Passport must match&quot; for the team - it makes no sense.
评论 #7501425 未加载
评论 #7500812 未加载
评论 #7500970 未加载
spuz大约 11 年前
&gt; The server will send you track details and car positions and your job is to send car control messages to the server. You&#x27;ll communicate with a game server using JSON over TCP. More details will be delivered later.”<p>I don&#x27;t understand how this could work for a real-time game. I don&#x27;t know what the input format is like but assuming you need to provide control commands eg:<p><pre><code> {accelerate:1.0, steer:-0.01, brake:0} </code></pre> Then the behaviour of my car depends wholly on when that command arrives at the server. If there is a small delay it could have a dramatic effect on the position of the car. Similarly, my AI needs to react to information sent by the server which similarly could be delayed when sending over TCP.<p>Assuming the input format is the actual status of the car, eg:<p><pre><code> {positionx:123, positiony:234} </code></pre> Then what is to stop me from submitting illegal inputs? Validation might work but it will be impossible for me to validate the output of my AI without access to the simulation code (apparently that is being kept closed source).<p>Maybe there is another technical solution I haven&#x27;t thought of? Or maybe the simulation won&#x27;t run in realtime but will actually work on fixed time steps?
评论 #7500908 未加载
评论 #7500870 未加载
davidw大约 11 年前
Perhaps they don&#x27;t let Erlang race cars because of the &quot;let it crash&quot; philosophy?
评论 #7501320 未加载
评论 #7501457 未加载
kriro大约 11 年前
Are there any limitations on the licensing of my AI (didn&#x27;t see anything on the front page rules)? I&#x27;m somewhat concerned this is just an cool way of outsourcing the AI development for one of their mobile games :D [at the very least it seems like a smart investment for recruiting]<p>Otherwise the competition seems cool and Helsinki is a nice place. Will certainly think about participating. All members being from the same country is a strange constraint though. I was actually looking forward to using this as an opportunity to co-develop with some US-based friends (I get why it&#x27;s done though but I think allowing multi-country teams and having them participate as the country of the majority of the team members could have worked).<p>Edit: The screen shot makes me think it&#x27;ll be a 3d game but since one of the company behind this is in mobile games it could be 2d (micro machines style). That&#x27;s one point that should be clarified. Some more info would be helpful as well i.e. how is the world represented, what can we control etc.
评论 #7500741 未加载
评论 #7500813 未加载
tinco大约 11 年前
It sounds like a cool competition, but it would be nice if they gave a little more explanation about their technical solution. If it&#x27;s true that the only way to test your bot is by uploading it to them and waiting for the CI to finish (once per day), then that&#x27;s not very nice at all.<p>Will the participants get an environment in which they can test their bots outside of the competition CI?
评论 #7500807 未加载
Gonzih大约 11 年前
&gt; All team members must be from the same country. By the same country, we mean you should all be of the same nationality.<p>Why? What if I don&#x27;t have any coding friends from my country? Silly.
Kurtz79大约 11 年前
&quot;The AI must have have near real time performance on CI and qualifying round. Slow response time is grounds for disqualification.&quot;<p>Will bots with a fast response time have an advantage over &quot;slower&quot; (but still meeting the minimum response time) ones ?<p>If so, for the sake of argument, won&#x27;t a C bot have an inherent advantage over a python bot ?
评论 #7503482 未加载
评论 #7502289 未加载
评论 #7502972 未加载
Oculus大约 11 年前
Emailed them and just got this:<p>&gt; <i>We just made a little change to the rules:</i><p>&gt; <i>&quot;Team represents one country. At least one member of the team must be a citizen of this country.&quot;</i><p>Looking forward to competing now!
评论 #7502947 未加载
rakoo大约 11 年前
This sounds exciting, and I&#x27;m sure I&#x27;m not the only one in thinking that coding an AI for a race car bot is at least as interesting as the final prize.<p>Will the server be open-sourced later ? I think it would be awesome to be able build a bot at home.
评论 #7501312 未加载
评论 #7500686 未加载
ravich2_7183大约 11 年前
Its a good guess that the simulator or game engine behind this competetion is TORCS (The Open Racing Car Simulator) [1].<p>Simulated Car Racing (SCR) [2], is an existing annual AI car racing competition based on TORCS, though without the attractive prizes. It also has a client-server architecture with controls and sensor information sent over UDP using what seem like lisp sexps.<p>[1] <a href="http://torcs.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;torcs.sourceforge.net&#x2F;</a><p>[2] <a href="http://scr.geccocompetitions.com/" rel="nofollow">http:&#x2F;&#x2F;scr.geccocompetitions.com&#x2F;</a>
评论 #7501374 未加载
ah-大约 11 年前
Signed up in the hope to find some time to have a go at this. But it would be great to have some idea what the task will be beyond &quot;creating a race car bot&quot;.
评论 #7500641 未加载
评论 #7500639 未加载
macmac大约 11 年前
There are no clear rules regarding rights in the code submitted, but the combination of &quot;All content the team provides can be used for marketing purposes without notifying the team by the organizers of Hello World Open 2014.&quot; and &quot;Reaktor may change these rules, the contest or its prizes, at any time for any reason without incurring liability to any of the contestants.&quot; aren&#x27;t exactly comforting.
d_theorist大约 11 年前
From the rules page:<p>&quot;Access to game servers where they can test their bot and compete against other bots&quot;<p>Does this mean that teams will be able to run their bot an unlimited number of times against other bots before the actual competition?<p>I&#x27;m wondering whether neural network&#x2F;genetic algorithm approaches will be feasible given the testing infrastructure.
评论 #7507248 未加载
yaddayadda大约 11 年前
I don&#x27;t have a passport, and even if I did and I were to miraculously become a finalist, I&#x27;ve already got other obligations for the first weekend in June, so no formal entry from me.<p><i>BUT</i> I&#x27;d still like to compete, is there anyway someone can unofficially compete?
C--大约 11 年前
It would be interesting to know if C++ support is on the table.
评论 #7503154 未加载
bamdadd大约 11 年前
this is stupid : &quot;ALL MEMBERS FROM THE SAME COUNTRY&quot;. Why? I don&#x27;t really understand the reason behind it
评论 #7501544 未加载
imdhmd大约 11 年前
where does it mention that oly haskel, scala or clojure should be used?