File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def is_excluded(s):
177177
178178setup (
179179 name = 'dm_control' ,
180- version = '0.0.318037100 ' ,
180+ version = '0.0.318049052 ' ,
181181 description = 'Continuous control environments and MuJoCo Python bindings.' ,
182182 author = 'DeepMind' ,
183183 license = 'Apache License, Version 2.0' ,
Original file line number Diff line number Diff line change 16311631 "outputs" : [],
16321632 "source" : [
16331633 " #@title Visualizing an initial state of one task per domain in the Control Suite\n " ,
1634- " domains_tasks = {domain: task for domain, task in suite.ALL_TASKS}\n " ,
1634+ " # TODO(b/159786444): Fix error due to VFS size limit for dog domain.\n " ,
1635+ " domains_tasks = {\n " ,
1636+ " domain: task for domain, task in suite.ALL_TASKS if domain != 'dog'\n " ,
1637+ " }\n " ,
16351638 " random_state = np.random.RandomState(42)\n " ,
16361639 " num_domains = len(domains_tasks)\n " ,
16371640 " n_col = num_domains // int(np.sqrt(num_domains))\n " ,
17911794 " PIL.Image.fromarray(np.hstack(pixels))"
17921795 ]
17931796 },
1794- {
1795- "cell_type" : " markdown" ,
1796- "metadata" : {
1797- "colab_type" : " text" ,
1798- "id" : " 2soVOubYDr9p"
1799- },
1800- "source" : [
1801- " ## Maze navigation and foraging"
1802- ]
1803- },
1804- {
1805- "cell_type" : " code" ,
1806- "execution_count" : null ,
1807- "metadata" : {
1808- "colab" : {},
1809- "colab_type" : " code" ,
1810- "id" : " A-UgMDUnDtRP"
1811- },
1812- "outputs" : [],
1813- "source" : [
1814- " #@title Add code sample here"
1815- ]
1816- },
18171797 {
18181798 "cell_type" : " markdown" ,
18191799 "metadata" : {
You can’t perform that action at this time.
0 commit comments