<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>HW2 (new threads)</title>
		<link>http://rl-tau-2019.wikidot.com/forum/c-5177831/hw2</link>
		<description>Threads in the forum category &quot;HW2&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Thu, 16 Jul 2026 07:45:44 +0000</lastBuildDate>
		
					<item>
				<guid>http://rl-tau-2019.wikidot.com/forum/t-11025281</guid>
				<title>couldn&#039;t connect to display &quot;gate.tau.ac.il:0&quot;</title>
				<link>http://rl-tau-2019.wikidot.com/forum/t-11025281/couldn-t-connect-to-display-gate-tau-ac-il:0</link>
				<description></description>
				<pubDate>Sun, 07 Apr 2019 15:31:47 +0000</pubDate>
				<wikidot:authorName>Er Mar</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I recieved this error when attempting to run the code on nova remotely.<br /> When I ran the code from Schreiber's lab and from my computer everything worked fine, what is this error?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rl-tau-2019.wikidot.com/forum/t-10925575</guid>
				<title>Programming - not making in nova</title>
				<link>http://rl-tau-2019.wikidot.com/forum/t-10925575/programming-not-making-in-nova</link>
				<description></description>
				<pubDate>Mon, 01 Apr 2019 17:36:02 +0000</pubDate>
				<wikidot:authorName>Amit</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> the line env = gym.make('FrozenLake-v0') does not work on the nova for us.<br /> it runs and do not end.. (no error or something, all we know is that it gets to this line in the code and not further).</p> <p>Any ideas to why it happens?</p> <p>thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rl-tau-2019.wikidot.com/forum/t-10904555</guid>
				<title>Programming Q1 - Duplicate states in mdp.P</title>
				<link>http://rl-tau-2019.wikidot.com/forum/t-10904555/programming-q1-duplicate-states-in-mdp-p</link>
				<description></description>
				<pubDate>Sun, 31 Mar 2019 18:23:27 +0000</pubDate>
				<wikidot:authorName>Gal</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>In mdp.P, the following holds according to the comments:<br /> for every (state,action), mdp.P[state][action] is a list of (probability,next_state,reward) tuples.<br /> is it okay for this list to contain duplicate state, for example:<br /> P[0][0] = [(0.3333333333333333, 0, 0.0), (0.3333333333333333, 0, 0.0), (0.3333333333333333, 4, 0.0)]</p> <p>if so - what should we do with these duplicates?</p> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rl-tau-2019.wikidot.com/forum/t-10805305</guid>
				<title>Theoretical Q2.1</title>
				<link>http://rl-tau-2019.wikidot.com/forum/t-10805305/theoretical-q2-1</link>
				<description></description>
				<pubDate>Tue, 26 Mar 2019 11:03:24 +0000</pubDate>
				<wikidot:authorName>Vered Zilberstein</wikidot:authorName>				<wikidot:authorUserId>5248283</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We are asked to build an MDP.<br /> On the one hand the hint suggests that we &quot;may incorporate the random d&quot; (include it as part of the state space?)<br /> On the other hand the random d is not a part of the MDP i.e. the MDP should only care which slots are empty/occupied.<br /> What should we do?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rl-tau-2019.wikidot.com/forum/t-10778991</guid>
				<title>Theoretical part - Ex.2</title>
				<link>http://rl-tau-2019.wikidot.com/forum/t-10778991/theoretical-part-ex-2</link>
				<description></description>
				<pubDate>Sun, 24 Mar 2019 18:42:36 +0000</pubDate>
				<wikidot:authorName>amitz</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I'm having some problems defining an MDP for this problem, as the valid actions change depending on the current state (putting a number in a taken cell is forbidden, and the contents of the cells is represented in the current state)<br /> Can you elaborate as to how we should define an MDP in this case? Should we ignore the possibility of an invalid action?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rl-tau-2019.wikidot.com/forum/t-10724076</guid>
				<title>Issues with &quot;from gym.spaces import prng&quot;</title>
				<link>http://rl-tau-2019.wikidot.com/forum/t-10724076/issues-with-from-gym-spaces-import-prng</link>
				<description></description>
				<pubDate>Wed, 20 Mar 2019 20:11:13 +0000</pubDate>
				<wikidot:authorName>Vered Zilberstein</wikidot:authorName>				<wikidot:authorUserId>5248283</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>tl;dr: pip install gym==0.10.3</p> <p>For those of you who use the latest version of gym (0.12.0), the above import will not work.<br /> That is because openai removed it in version 0.11.0: <a href="https://github.com/openai/gym">https://github.com/openai/gym</a><br /> My advice for you is to downgrade gym version to match the version installed on nova, which is 0.10.3.<br /> See tl;dr for suggested way to downgrade.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>