Skip to content

Commit

Permalink
minor fix on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aiueola committed Jul 30, 2023
1 parent 0493d14 commit bd1f084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_templates/autosummary/class_head.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}
:exclude-members: build_with_dataset,build_with_env,copy_policy_from,copy_q_function_from,fitter,generate_new_data,create_impl,get_action_type,get_params,load_model,save_model,from_json,save_params,save_policy,set_active_logger,set_grad_step,set_params,impl,grad_step,n_frames,action_size,batch_size,gamma,n_steps,reward_scaler,scaler,fit,fit_online,update,collect,action_logger,action_scalar,observation_space,predict,predict_value,fit_batch_online,sample_action
:exclude-members: build_with_dataset,build_with_env,copy_policy_from,copy_policy_optim_from,copy_q_function_from,copy_q_function_optim_from,fitter,update,inner_update,create_impl,inner_create_impl,get_action_type,load_model,save_model,from_json,save,save_policy,set_grad_step,reset_optimizer_states,impl,grad_step,action_size,batch_size,gamma,config,reward_scaler,observation_scaler,action_scaler,fit,fit_online,observation_shape,predict,predict_value,sample_action

{% block methods %}
{% if methods %}
Expand Down

0 comments on commit bd1f084

Please sign in to comment.