Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readd import PointMaze, which has been wrongly removed #8

Merged
merged 34 commits into from
Mar 28, 2020

Conversation

Mehooz
Copy link
Contributor

@Mehooz Mehooz commented Mar 28, 2020

  • I have marked all applicable categories:
    • exception-raising fix
    • algorithm implementation fix
    • documentation modification
    • new feature
  • If applicable, I have mentioned the relevant/related issue(s)

Less important but also useful:

  • I have visited the source website, and in particular read the known issues
  • I have searched through the issue tracker for duplicates
  • I have mentioned version numbers, operating system and environment, where applicable:
    import tianshou, sys
    print(tianshou.__version__, sys.version, sys.platform)

Mehooz added 30 commits March 26, 2020 02:06
pass the pytest
pass the pytest
# Conflicts:
#	examples/ant_v2_ddpg.py
#	examples/ant_v2_sac.py
#	examples/ant_v2_td3.py
#	examples/discrete_net.py
#	examples/point_maze_td3.py
#	examples/pong_a2c.py
#	examples/pong_dqn.py
#	examples/pong_ppo.py
#	setup.py
#	test/continuous/test_ppo.py
#	test/discrete/net.py
#	test/discrete/test_a2c.py
#	test/discrete/test_pg.py
#	test/discrete/test_ppo.py
#	tianshou/data/batch.py
#	tianshou/data/collector.py
#	tianshou/exploration/random.py
#	tianshou/trainer/offpolicy.py
#	tianshou/trainer/onpolicy.py
# Conflicts:
#	tianshou/env/atari.py
#	tianshou/env/mujoco/__init__.py
#	tianshou/env/mujoco/maze_env_utils.py
#	tianshou/env/mujoco/point_maze_env.py
@Trinkle23897 Trinkle23897 merged commit eb7fb37 into thu-ml:master Mar 28, 2020
@IDayday IDayday mentioned this pull request Aug 2, 2021
7 tasks
BFAnas pushed a commit to BFAnas/tianshou that referenced this pull request May 5, 2024
* update atari.py

* fix setup.py
pass the pytest

* fix setup.py
pass the pytest

* add args "render"

* change the tensorboard writter

* change the tensorboard writter

* change device, render, tensorboard log location

* change device, render, tensorboard log location

* remove some wrong local files

* fix some tab mistakes and the envs name in continuous/test_xx.py

* add examples and point robot maze environment

* fix some bugs during testing examples

* add dqn network and fix some args

* change back the tensorboard writter's frequency to ensure ppo and a2c can write things normally

* add a warning to collector

* rm some unrelated files

* reformat

* fix a bug in test_dqn due to the model wrong selection

* change atari frame skip and observation to improve performance

* readd some files

* change import

* modified readme

* rm tensorboard log

* update atari and mujoco which are ignored

* rm the wrong lines

* readd the import of PointMaze

* fix a typo in test/discrete/net.py

* add a class declaration to pass the flake8

* fix flake8 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants